OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLT_UWORD_IS_ZERO
(Results
1 - 7
of
7
) sorted by null
/device/google/contexthub/firmware/lib/libm/
sf_floor.c
49
else if(!
FLT_UWORD_IS_ZERO
(ix))
ef_atan2.c
52
if(
FLT_UWORD_IS_ZERO
(iy)) {
61
if(
FLT_UWORD_IS_ZERO
(ix)) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
ef_sqrt.c
43
if(
FLT_UWORD_IS_ZERO
(hx)) return x;/* sqrt(+-0) = +-0 */
sf_scalbn.c
49
if (
FLT_UWORD_IS_ZERO
(hx))
ef_fmod.c
46
if(
FLT_UWORD_IS_ZERO
(hy)||
fdlibm.h
86
FLT_UWORD_IS_ZERO
(X)
111
#define
FLT_UWORD_IS_ZERO
(x) ((x)<0x00800000L)
118
#define
FLT_UWORD_IS_ZERO
(x) ((x)==0)
ef_pow.c
76
if(
FLT_UWORD_IS_ZERO
(iy)) return one;
120
if(FLT_UWORD_IS_INFINITE(ix)||
FLT_UWORD_IS_ZERO
(ix)||ix==0x3f800000){
Completed in 351 milliseconds