Home
last modified time | relevance | path

Searched refs:remquof (Results 1 – 3 of 3) sorted by relevance

/external/platform/pico/rp2_common/pico_float/
A Dfloat_none.S69 wrapper_func remquof
A Dfloat_math.c539 float WRAPPER_FUNC(remquof)(float x,float y,int*quo) { in WRAPPER_FUNC() argument
578 float WRAPPER_FUNC(dremf)(float x,float y) { check_nan_f2(x,y); return remquof(x,y,0); } in WRAPPER_FUNC()
580 float WRAPPER_FUNC(remainderf)(float x,float y) { check_nan_f2(x,y); return remquof(x,y,0); } in WRAPPER_FUNC()
/external/lib/libm/include/
A Dmath.h358 float remquof(float, float, int *);

Completed in 65 milliseconds