OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nb_functions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tune/
bidimensional_sample.c
68
/* Given an array t of
nb_functions
double indicating the timings of several */
71
find_best (double *t, int
nb_functions
)
76
if (
nb_functions
<=0)
84
for (i=1; i<
nb_functions
; i++)
106
int
nb_functions
;
local
110
nb_functions
= 0;
111
while (param.speed_funcs[
nb_functions
] != NULL)
112
nb_functions
++;
114
t = malloc (
nb_functions
* sizeof (double));
216
for (i=0; i<
nb_functions
; i++
[
all
...]
bidimensional_sample.c
68
/* Given an array t of
nb_functions
double indicating the timings of several */
71
find_best (double *t, int
nb_functions
)
76
if (
nb_functions
<=0)
84
for (i=1; i<
nb_functions
; i++)
106
int
nb_functions
;
local
110
nb_functions
= 0;
111
while (param.speed_funcs[
nb_functions
] != NULL)
112
nb_functions
++;
114
t = malloc (
nb_functions
* sizeof (double));
216
for (i=0; i<
nb_functions
; i++
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026