HomeSort by: relevance | last modified time | path
    Searched refs:remquof (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libm/src/
s_remquof.c 21 __weak_alias(remquof, _remquof)
35 remquof(float x, float y, int *quo) function
namespace.h 81 #define remquof _remquof macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 183 return ::remquof(__n, __d, __q);
486 using ::remquof;
__clang_hip_cmath.h 107 return ::remquof(__x, __y, __quo);
714 using ::remquof;
__clang_cuda_math.h 243 __DEVICE__ float remquof(float __a, float __b, int *__c) { function
tgmath.h 1098 {return remquof(__x, __y, __z);}
__clang_hip_math.h 415 float remquof(float __x, float __y, int *__quo) { function
  /src/include/
math.h 456 float remquof(float, float, int *);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 2007 float remquof(float x, float y, int* quo);
2408 float remquof(float x, float y, int* quo);
2876 float remquof(float x, float y, int* quo);
3153 float remquof(float x, float y, int *iptr);
3463 float remquof(float x, float y, int *iptr);
3902 float remquof(float x, float y, int* quo);
4305 float remquof(float x, float y, int* quo);
4712 float remquof(float x, float y, int* quo);
tgmath.d 451 alias core.stdc.math.remquof remquo;
945 alias core.stdc.math.remquof remquo;
1455 alias core.stdc.math.remquof remquo;
  /src/lib/libm/
Makefile 539 remainder.3 remquof.3 \
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 849 {"remquof", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 849 {"remquof", 99},
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1930 TEST(MemorySanitizer, remquof) {
1932 float res = remquof(29.0, 3.0, &quo);
1940 long double res = remquof(29.0, 3.0, &quo);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 265 float remquof(float x, float y, int* pquo);
1565 inline _LIBCPP_INLINE_VISIBILITY float remquo(float __lcpp_x, float __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquof(__lcpp_x, __lcpp_y, __lcpp_z);}
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4843 INTERCEPTOR(float, remquof, float x, float y, int *quo) {
4845 COMMON_INTERCEPTOR_ENTER(ctx, remquof, x, y, quo);
4849 float res = REAL(remquof)(x, y, quo);
4855 COMMON_INTERCEPT_FUNCTION(remquof);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 5155 INTERCEPTOR(float, remquof, float x, float y, int *quo) {
5157 COMMON_INTERCEPTOR_ENTER(ctx, remquof, x, y, quo);
5161 float res = REAL(remquof)(x, y, quo);
5167 COMMON_INTERCEPT_FUNCTION(remquof);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 5128 INTERCEPTOR(float, remquof, float x, float y, int *quo) {
5130 COMMON_INTERCEPTOR_ENTER(ctx, remquof, x, y, quo);
5134 float res = REAL(remquof)(x, y, quo);
5140 COMMON_INTERCEPT_FUNCTION(remquof);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18584 remquof(0.0f, 0.0f, 0);
20936 remquof(0.0f, 0.0f, 0);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20108 remquof(0.0f, 0.0f, 0);
    [all...]

Completed in 148 milliseconds