HomeSort by: relevance | last modified time | path
    Searched defs:fdim (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 88 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 88 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) macro
  /src/include/
tgmath.h 157 #define fdim(a,b) __TG_FN2(fdim, (a), (b)) macro
  /src/sys/dev/i2c/
tps65217pmic.c 331 int isel, fdim, brightness; local
348 prop_dictionary_get_int32(dict, "fdim", &fdim);
391 tps65217pmic_wled_init(sc, isel, fdim, brightness);
494 tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
509 switch (fdim) {
525 " fdim %d\n", fdim);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 689 // fdim
697 __tg_fdim(double __x, double __y) {return fdim(__x, __y);}
703 #undef fdim macro
704 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
__clang_cuda_math.h 113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } function
__clang_hip_math.h 771 double fdim(double __x, double __y) { return __ocml_fdim_f64(__x, __y); } function

Completed in 32 milliseconds