Home
last modified time | relevance | path

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

/third_party/musl/Benchmark/musl/
Dlibc_math.cpp24 static const double DOUBLE_VALUES[] = { 0.1, 10.0, -100.0, 0.0001, 5.14e11, -0.0001, 10000000.0, -1… variable
93 double x = DOUBLE_VALUES[state.range(0)]; in Bm_function_Exp()
102 double x = DOUBLE_VALUES[state.range(0)]; in Bm_function_Log()
338 double x = DOUBLE_VALUES[state.range(0)]; in Bm_function_Expm1()
348 float a = (float)DOUBLE_VALUES[state.range(0)]; in Bm_function_Ceilf()
357 double a = DOUBLE_VALUES[state.range(0)]; in Bm_function_Floor()
366 float a = (float)DOUBLE_VALUES[state.range(0)]; in Bm_function_Lgammaf()
374 float a = (float)DOUBLE_VALUES[state.range(0)]; in Bm_function_Erfcf()
382 float a = (float)DOUBLE_VALUES[state.range(0)]; in Bm_function_Ilogbf()
395 float a = (float)DOUBLE_VALUES[rand() % 8]; in Bm_function_Fmaf()
[all …]