/haiku/src/system/libroot/posix/glibc/arch/generic/ |
H A D | s_cacoshf.c | 85 float sq = re2 - im2 - 1.0; in __cacoshf() 86 float ro = sqrtf (sq * sq + 4 * re2 * im2); in __cacoshf() 87 float a = sqrtf ((sq + ro) / 2.0); in __cacoshf() 88 float b = sqrtf ((-sq + ro) / 2.0); in __cacoshf()
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_superg.c | 636 ieee80211_ff_age(struct ieee80211com *ic, struct ieee80211_stageq *sq, in ieee80211_ff_age() argument 643 if (sq->depth == 0) { in ieee80211_ff_age() 648 KASSERT(sq->head != NULL, ("stageq empty")); in ieee80211_ff_age() 650 head = sq->head; in ieee80211_ff_age() 651 while ((m = sq->head) != NULL && M_AGE_GET(m) < quanta) { in ieee80211_ff_age() 659 sq->head = m->m_nextpkt; in ieee80211_ff_age() 660 sq->depth--; in ieee80211_ff_age() 663 sq->tail = NULL; in ieee80211_ff_age() 674 stageq_add(struct ieee80211com *ic, struct ieee80211_stageq *sq, struct mbuf *m) in stageq_add() argument 680 if (sq->tail != NULL) { in stageq_add() [all …]
|
/haiku/src/system/libroot/posix/musl/math/ |
H A D | hypot.c | 11 static void sq(double_t *hi, double_t *lo, double x) in sq() function 64 sq(&hx, &lx, x); in hypot() 65 sq(&hy, &ly, y); in hypot()
|
H A D | hypotl.c | 15 static void sq(long double *hi, long double *lo, long double x) in sq() function 62 sq(&hx, &lx, x); in hypotl() 63 sq(&hy, &ly, y); in hypotl()
|
/haiku/src/libs/libsolv/ext/ |
H A D | testcase.c | 1306 Strqueue sq; in testcase_ruleid() local 1315 strqueue_init(&sq); in testcase_ruleid() 1323 strqueue_push(&sq, s); in testcase_ruleid() 1326 strqueue_sort_u(&sq); in testcase_ruleid() 1328 for (i = 0; i < sq.nstr; i++) in testcase_ruleid() 1329 solv_chksum_add(chk, sq.str[i], strlen(sq.str[i]) + 1); in testcase_ruleid() 1333 strqueue_free(&sq); in testcase_ruleid() 1340 Strqueue sq; in testcase_problemid() local 1349 strqueue_init(&sq); in testcase_problemid() 1352 strqueue_push(&sq, testcase_ruleid(solv, q.elements[i])); in testcase_problemid() [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tx_edma.c | 177 TAILQ_HEAD(axq_q_f_s, ath_buf) sq; in ath_tx_edma_push_staging_list() 197 TAILQ_INIT(&sq); in ath_tx_edma_push_staging_list() 212 TAILQ_INSERT_TAIL(&sq, bf, bf_list); in ath_tx_edma_push_staging_list() 226 bf = TAILQ_FIRST(&sq); in ath_tx_edma_push_staging_list() 227 bf_last = TAILQ_LAST(&sq, axq_q_s); in ath_tx_edma_push_staging_list() 244 TAILQ_FOREACH(bfi, &sq, bf_list) { in ath_tx_edma_push_staging_list() 253 TAILQ_FOREACH(bfi, &sq, bf_list) { in ath_tx_edma_push_staging_list() 272 TAILQ_CONCAT(&txq->fifo.axq_q, &sq, bf_list); in ath_tx_edma_push_staging_list()
|
/haiku/src/libs/agg/src/ |
H A D | agg_bezier_arc.cpp | 185 double sq = (prx*pry - prx*py1 - pry*px1) / (prx*py1 + pry*px1); in init() local 186 double coef = sign * sqrt((sq < 0) ? 0 : sq); in init()
|
/haiku/src/apps/processcontroller/ |
H A D | ProcessController.cpp | 685 float sq = fMemoryUsage * fMemoryUsage; in DoDraw() local 686 sq *= sq; in DoDraw() 687 sq *= sq; in DoDraw() 688 mix_colors(used_memory_color, memory_color, swap_color, sq); in DoDraw()
|
/haiku/src/libs/libsolv/solv/ |
H A D | transaction.c | 290 Solvable *sq = pool->solvables + q; in transaction_type() local 291 if (sq->name != s->name) in transaction_type() 317 Solvable *sq = pool->solvables + q; in transaction_type() local 318 if (sq->name != s->name) in transaction_type() 407 Solvable *s, *sq; in transaction_classify() local 429 sq = pool->solvables + q; in transaction_classify() 432 vq = sq->arch; in transaction_classify() 452 vq = sq->vendor ? sq->vendor : 1; in transaction_classify() 502 Solvable *s, *sq; in transaction_classify_pkgs() local 521 sq = pool->solvables + q; in transaction_classify_pkgs() [all …]
|
/haiku/data/system/data/fortunes/ |
H A D | One Liners | 1227 Think of it! With VLSI we can pack 100 ENIACs in 1 sq. cm.!
|
H A D | Computers | 2449 Think of it! With VLSI we can pack 100 ENIACs in 1 sq. cm.!
|