Home
last modified time | relevance | path

Searched refs:pio4_hi (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_asin.c62 pio4_hi = 7.85398163397448278999e-01, /* 0x3FE921FB, 0x54442D18 */ variable
116 q = pio4_hi-2.0*w; in __ieee754_asin()
117 t = pio4_hi-(p-q); in __ieee754_asin()
/device/google/contexthub/firmware/lib/libm/
Def_asin.c27 pio4_hi = 0.785398185253143310546875f, variable
84 q = pio4_hi-(float)2.0*w;
85 t = pio4_hi-(p-q);