Searched refs:remquof (Results 1 – 3 of 3) sorted by relevance
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_none.S | 69 wrapper_func remquof
|
| A D | float_math.c | 539 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 D | math.h | 358 float remquof(float, float, int *);
|
Completed in 65 milliseconds