Searched refs:Q (Results 1 – 12 of 12) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_erff.c | 84 float R,S,P,Q,s,y,z,r; in erff() local 107 Q = one+s*(qa1+s*(qa2+s*qa3)); in erff() 108 if(hx>=0) return erx + P/Q; else return -erx - P/Q; in erff() 131 float R,S,P,Q,s,y,z,r; in erfcf() local 157 Q = one+s*(qa1+s*(qa2+s*qa3)); in erfcf() 159 z = one-erx; return z - P/Q; in erfcf() 161 z = erx+P/Q; return one+z; in erfcf()
|
D | s_erf.c | 200 double R,S,P,Q,s,y,z,r; in erf() local 223 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); in erf() 224 if(hx>=0) return erx + P/Q; else return -erx - P/Q; in erf() 253 double R,S,P,Q,s,y,z,r; in erfc() local 279 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); in erfc() 281 z = one-erx; return z - P/Q; in erfc() 283 z = erx+P/Q; return one+z; in erfc()
|
D | e_acosl.c | 63 q = Q(z); in acosl() 69 q = Q(z); in acosl() 82 q = Q(z); in acosl()
|
D | e_asinl.c | 53 q = Q(t); in asinl() 61 q = Q(t); in asinl()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_erfl.c | 196 long double ax,R,S,P,Q,s,y,z,r; in erfl() local 227 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*(qa6+s*(qa7+ in erfl() 229 if(x>=0) return (erx + P/Q); else return (-erx - P/Q); in erfl() 258 long double ax,R,S,P,Q,s,y,z,r; in erfcl() local 291 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*(qa6+s*(qa7+ in erfcl() 294 z = one-erx; return z - P/Q; in erfcl() 296 z = erx+P/Q; return one+z; in erfcl()
|
D | invtrig.h | 92 Q(long double x) in Q() function
|
/bionic/apex/ |
D | Android.bp | 3 // In Q this contained Bionic, ART and Libcore.
|
/bionic/docs/ |
D | status.md | 120 New libc functions in Q (API level 29): 127 New libc behavior in Q (API level 29): 296 | Q | 29 | 1394 |
|
D | fdsan.md | 65 In Android Q, fdsan has a global default of warn-once. fdsan can be made more or less strict at run… 347 // if available, and fall back to no-ops or regular close on pre-Q devices.
|
/bionic/libc/malloc_debug/ |
D | README.md | 199 As of Q, any time that a backtrace is gathered, a different algorithm is used 487 As of Android Q, all info messages will be turned off by default. For example, 493 In android Q, this message will not be displayed because these info messages 614 Android Q introduces v1.2 of the heap dump. The new header looks like this:
|
/bionic/libc/ |
D | libc.map.txt | 1445 LIBC_Q { # introduced=Q
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1445 LIBC_Q { # introduced=Q
|