Lines Matching refs:math
863 // Builtin math library functions
864 LIBBUILTIN(atan2, "ddd", "fne", "math.h", ALL_LANGUAGES)
865 LIBBUILTIN(atan2f, "fff", "fne", "math.h", ALL_LANGUAGES)
866 LIBBUILTIN(atan2l, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
872 LIBBUILTIN(copysign, "ddd", "fnc", "math.h", ALL_LANGUAGES)
873 LIBBUILTIN(copysignf, "fff", "fnc", "math.h", ALL_LANGUAGES)
874 LIBBUILTIN(copysignl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
876 LIBBUILTIN(fabs, "dd", "fnc", "math.h", ALL_LANGUAGES)
877 LIBBUILTIN(fabsf, "ff", "fnc", "math.h", ALL_LANGUAGES)
878 LIBBUILTIN(fabsl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
880 LIBBUILTIN(fmod, "ddd", "fne", "math.h", ALL_LANGUAGES)
881 LIBBUILTIN(fmodf, "fff", "fne", "math.h", ALL_LANGUAGES)
882 LIBBUILTIN(fmodl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
884 LIBBUILTIN(frexp, "ddi*", "fn", "math.h", ALL_LANGUAGES)
885 LIBBUILTIN(frexpf, "ffi*", "fn", "math.h", ALL_LANGUAGES)
886 LIBBUILTIN(frexpl, "LdLdi*", "fn", "math.h", ALL_LANGUAGES)
888 LIBBUILTIN(ldexp, "ddi", "fne", "math.h", ALL_LANGUAGES)
889 LIBBUILTIN(ldexpf, "ffi", "fne", "math.h", ALL_LANGUAGES)
890 LIBBUILTIN(ldexpl, "LdLdi", "fne", "math.h", ALL_LANGUAGES)
892 LIBBUILTIN(modf, "ddd*", "fn", "math.h", ALL_LANGUAGES)
893 LIBBUILTIN(modff, "fff*", "fn", "math.h", ALL_LANGUAGES)
894 LIBBUILTIN(modfl, "LdLdLd*", "fn", "math.h", ALL_LANGUAGES)
896 LIBBUILTIN(nan, "dcC*", "fnc", "math.h", ALL_LANGUAGES)
897 LIBBUILTIN(nanf, "fcC*", "fnc", "math.h", ALL_LANGUAGES)
898 LIBBUILTIN(nanl, "LdcC*", "fnc", "math.h", ALL_LANGUAGES)
900 LIBBUILTIN(pow, "ddd", "fne", "math.h", ALL_LANGUAGES)
901 LIBBUILTIN(powf, "fff", "fne", "math.h", ALL_LANGUAGES)
902 LIBBUILTIN(powl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
904 LIBBUILTIN(acos, "dd", "fne", "math.h", ALL_LANGUAGES)
905 LIBBUILTIN(acosf, "ff", "fne", "math.h", ALL_LANGUAGES)
906 LIBBUILTIN(acosl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
908 LIBBUILTIN(acosh, "dd", "fne", "math.h", ALL_LANGUAGES)
909 LIBBUILTIN(acoshf, "ff", "fne", "math.h", ALL_LANGUAGES)
910 LIBBUILTIN(acoshl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
912 LIBBUILTIN(asin, "dd", "fne", "math.h", ALL_LANGUAGES)
913 LIBBUILTIN(asinf, "ff", "fne", "math.h", ALL_LANGUAGES)
914 LIBBUILTIN(asinl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
916 LIBBUILTIN(asinh, "dd", "fne", "math.h", ALL_LANGUAGES)
917 LIBBUILTIN(asinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
918 LIBBUILTIN(asinhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
920 LIBBUILTIN(atan, "dd", "fne", "math.h", ALL_LANGUAGES)
921 LIBBUILTIN(atanf, "ff", "fne", "math.h", ALL_LANGUAGES)
922 LIBBUILTIN(atanl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
924 LIBBUILTIN(atanh, "dd", "fne", "math.h", ALL_LANGUAGES)
925 LIBBUILTIN(atanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
926 LIBBUILTIN(atanhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
928 LIBBUILTIN(cbrt, "dd", "fne", "math.h", ALL_LANGUAGES)
929 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
930 LIBBUILTIN(cbrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
932 LIBBUILTIN(ceil, "dd", "fnc", "math.h", ALL_LANGUAGES)
933 LIBBUILTIN(ceilf, "ff", "fnc", "math.h", ALL_LANGUAGES)
934 LIBBUILTIN(ceill, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
936 LIBBUILTIN(cos, "dd", "fne", "math.h", ALL_LANGUAGES)
937 LIBBUILTIN(cosf, "ff", "fne", "math.h", ALL_LANGUAGES)
938 LIBBUILTIN(cosl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
940 LIBBUILTIN(cosh, "dd", "fne", "math.h", ALL_LANGUAGES)
941 LIBBUILTIN(coshf, "ff", "fne", "math.h", ALL_LANGUAGES)
942 LIBBUILTIN(coshl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
944 LIBBUILTIN(erf, "dd", "fne", "math.h", ALL_LANGUAGES)
945 LIBBUILTIN(erff, "ff", "fne", "math.h", ALL_LANGUAGES)
946 LIBBUILTIN(erfl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
948 LIBBUILTIN(erfc, "dd", "fne", "math.h", ALL_LANGUAGES)
949 LIBBUILTIN(erfcf, "ff", "fne", "math.h", ALL_LANGUAGES)
950 LIBBUILTIN(erfcl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
952 LIBBUILTIN(exp, "dd", "fne", "math.h", ALL_LANGUAGES)
953 LIBBUILTIN(expf, "ff", "fne", "math.h", ALL_LANGUAGES)
954 LIBBUILTIN(expl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
956 LIBBUILTIN(exp2, "dd", "fne", "math.h", ALL_LANGUAGES)
957 LIBBUILTIN(exp2f, "ff", "fne", "math.h", ALL_LANGUAGES)
958 LIBBUILTIN(exp2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
960 LIBBUILTIN(expm1, "dd", "fne", "math.h", ALL_LANGUAGES)
961 LIBBUILTIN(expm1f, "ff", "fne", "math.h", ALL_LANGUAGES)
962 LIBBUILTIN(expm1l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
964 LIBBUILTIN(fdim, "ddd", "fne", "math.h", ALL_LANGUAGES)
965 LIBBUILTIN(fdimf, "fff", "fne", "math.h", ALL_LANGUAGES)
966 LIBBUILTIN(fdiml, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
968 LIBBUILTIN(floor, "dd", "fnc", "math.h", ALL_LANGUAGES)
969 LIBBUILTIN(floorf, "ff", "fnc", "math.h", ALL_LANGUAGES)
970 LIBBUILTIN(floorl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
972 LIBBUILTIN(fma, "dddd", "fne", "math.h", ALL_LANGUAGES)
973 LIBBUILTIN(fmaf, "ffff", "fne", "math.h", ALL_LANGUAGES)
974 LIBBUILTIN(fmal, "LdLdLdLd", "fne", "math.h", ALL_LANGUAGES)
976 LIBBUILTIN(fmax, "ddd", "fnc", "math.h", ALL_LANGUAGES)
977 LIBBUILTIN(fmaxf, "fff", "fnc", "math.h", ALL_LANGUAGES)
978 LIBBUILTIN(fmaxl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
980 LIBBUILTIN(fmin, "ddd", "fnc", "math.h", ALL_LANGUAGES)
981 LIBBUILTIN(fminf, "fff", "fnc", "math.h", ALL_LANGUAGES)
982 LIBBUILTIN(fminl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
984 LIBBUILTIN(hypot, "ddd", "fne", "math.h", ALL_LANGUAGES)
985 LIBBUILTIN(hypotf, "fff", "fne", "math.h", ALL_LANGUAGES)
986 LIBBUILTIN(hypotl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
988 LIBBUILTIN(ilogb, "id", "fne", "math.h", ALL_LANGUAGES)
989 LIBBUILTIN(ilogbf, "if", "fne", "math.h", ALL_LANGUAGES)
990 LIBBUILTIN(ilogbl, "iLd", "fne", "math.h", ALL_LANGUAGES)
992 LIBBUILTIN(lgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
993 LIBBUILTIN(lgammaf, "ff", "fne", "math.h", ALL_LANGUAGES)
994 LIBBUILTIN(lgammal, "LdLd", "fne", "math.h", ALL_LANGUAGES)
996 LIBBUILTIN(llrint, "LLid", "fne", "math.h", ALL_LANGUAGES)
997 LIBBUILTIN(llrintf, "LLif", "fne", "math.h", ALL_LANGUAGES)
998 LIBBUILTIN(llrintl, "LLiLd", "fne", "math.h", ALL_LANGUAGES)
1000 LIBBUILTIN(llround, "LLid", "fne", "math.h", ALL_LANGUAGES)
1001 LIBBUILTIN(llroundf, "LLif", "fne", "math.h", ALL_LANGUAGES)
1002 LIBBUILTIN(llroundl, "LLiLd", "fne", "math.h", ALL_LANGUAGES)
1004 LIBBUILTIN(log, "dd", "fne", "math.h", ALL_LANGUAGES)
1005 LIBBUILTIN(logf, "ff", "fne", "math.h", ALL_LANGUAGES)
1006 LIBBUILTIN(logl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1008 LIBBUILTIN(log10, "dd", "fne", "math.h", ALL_LANGUAGES)
1009 LIBBUILTIN(log10f, "ff", "fne", "math.h", ALL_LANGUAGES)
1010 LIBBUILTIN(log10l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1012 LIBBUILTIN(log1p, "dd", "fne", "math.h", ALL_LANGUAGES)
1013 LIBBUILTIN(log1pf, "ff", "fne", "math.h", ALL_LANGUAGES)
1014 LIBBUILTIN(log1pl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1016 LIBBUILTIN(log2, "dd", "fne", "math.h", ALL_LANGUAGES)
1017 LIBBUILTIN(log2f, "ff", "fne", "math.h", ALL_LANGUAGES)
1018 LIBBUILTIN(log2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1020 LIBBUILTIN(logb, "dd", "fne", "math.h", ALL_LANGUAGES)
1021 LIBBUILTIN(logbf, "ff", "fne", "math.h", ALL_LANGUAGES)
1022 LIBBUILTIN(logbl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1024 LIBBUILTIN(lrint, "Lid", "fne", "math.h", ALL_LANGUAGES)
1025 LIBBUILTIN(lrintf, "Lif", "fne", "math.h", ALL_LANGUAGES)
1026 LIBBUILTIN(lrintl, "LiLd", "fne", "math.h", ALL_LANGUAGES)
1028 LIBBUILTIN(lround, "Lid", "fne", "math.h", ALL_LANGUAGES)
1029 LIBBUILTIN(lroundf, "Lif", "fne", "math.h", ALL_LANGUAGES)
1030 LIBBUILTIN(lroundl, "LiLd", "fne", "math.h", ALL_LANGUAGES)
1032 LIBBUILTIN(nearbyint, "dd", "fnc", "math.h", ALL_LANGUAGES)
1033 LIBBUILTIN(nearbyintf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1034 LIBBUILTIN(nearbyintl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1036 LIBBUILTIN(nextafter, "ddd", "fne", "math.h", ALL_LANGUAGES)
1037 LIBBUILTIN(nextafterf, "fff", "fne", "math.h", ALL_LANGUAGES)
1038 LIBBUILTIN(nextafterl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
1040 LIBBUILTIN(nexttoward, "ddLd", "fne", "math.h", ALL_LANGUAGES)
1041 LIBBUILTIN(nexttowardf, "ffLd", "fne", "math.h", ALL_LANGUAGES)
1042 LIBBUILTIN(nexttowardl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
1044 LIBBUILTIN(remainder, "ddd", "fne", "math.h", ALL_LANGUAGES)
1045 LIBBUILTIN(remainderf, "fff", "fne", "math.h", ALL_LANGUAGES)
1046 LIBBUILTIN(remainderl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
1048 LIBBUILTIN(rint, "dd", "fnc", "math.h", ALL_LANGUAGES)
1049 LIBBUILTIN(rintf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1050 LIBBUILTIN(rintl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1052 LIBBUILTIN(round, "dd", "fnc", "math.h", ALL_LANGUAGES)
1053 LIBBUILTIN(roundf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1054 LIBBUILTIN(roundl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1056 LIBBUILTIN(scalbln, "ddLi", "fne", "math.h", ALL_LANGUAGES)
1057 LIBBUILTIN(scalblnf, "ffLi", "fne", "math.h", ALL_LANGUAGES)
1058 LIBBUILTIN(scalblnl, "LdLdLi", "fne", "math.h", ALL_LANGUAGES)
1060 LIBBUILTIN(scalbn, "ddi", "fne", "math.h", ALL_LANGUAGES)
1061 LIBBUILTIN(scalbnf, "ffi", "fne", "math.h", ALL_LANGUAGES)
1062 LIBBUILTIN(scalbnl, "LdLdi", "fne", "math.h", ALL_LANGUAGES)
1064 LIBBUILTIN(sin, "dd", "fne", "math.h", ALL_LANGUAGES)
1065 LIBBUILTIN(sinf, "ff", "fne", "math.h", ALL_LANGUAGES)
1066 LIBBUILTIN(sinl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1068 LIBBUILTIN(sinh, "dd", "fne", "math.h", ALL_LANGUAGES)
1069 LIBBUILTIN(sinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
1070 LIBBUILTIN(sinhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1072 LIBBUILTIN(sqrt, "dd", "fne", "math.h", ALL_LANGUAGES)
1073 LIBBUILTIN(sqrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
1074 LIBBUILTIN(sqrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1076 LIBBUILTIN(tan, "dd", "fne", "math.h", ALL_LANGUAGES)
1077 LIBBUILTIN(tanf, "ff", "fne", "math.h", ALL_LANGUAGES)
1078 LIBBUILTIN(tanl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1080 LIBBUILTIN(tanh, "dd", "fne", "math.h", ALL_LANGUAGES)
1081 LIBBUILTIN(tanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
1082 LIBBUILTIN(tanhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1084 LIBBUILTIN(tgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
1085 LIBBUILTIN(tgammaf, "ff", "fne", "math.h", ALL_LANGUAGES)
1086 LIBBUILTIN(tgammal, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1088 LIBBUILTIN(trunc, "dd", "fnc", "math.h", ALL_LANGUAGES)
1089 LIBBUILTIN(truncf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1090 LIBBUILTIN(truncl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1182 LIBBUILTIN(__sinpi, "dd", "fne", "math.h", ALL_LANGUAGES)
1183 LIBBUILTIN(__sinpif, "ff", "fne", "math.h", ALL_LANGUAGES)
1185 LIBBUILTIN(__cospi, "dd", "fne", "math.h", ALL_LANGUAGES)
1186 LIBBUILTIN(__cospif, "ff", "fne", "math.h", ALL_LANGUAGES)
1188 LIBBUILTIN(__tanpi, "dd", "fne", "math.h", ALL_LANGUAGES)
1189 LIBBUILTIN(__tanpif, "ff", "fne", "math.h", ALL_LANGUAGES)
1192 LIBBUILTIN(__exp10, "dd", "fne", "math.h", ALL_LANGUAGES)
1193 LIBBUILTIN(__exp10f, "ff", "fne", "math.h", ALL_LANGUAGES)
1195 // Blocks runtime Builtin math library functions