HomeSort by relevance Sort by last modified time
    Searched refs:funct (Results 1 - 21 of 21) sorted by null

  /external/ltp/testcases/misc/math/float/exp_log/
genexp_log.c 68 char *funct, *bin_path; local
78 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN);
79 sprintf(funct, "%s/genexp", bin_path);
80 child = create_file(funct, 0);
83 sprintf(funct, "%s/genlog", bin_path);
84 child = create_file(funct, 0);
87 sprintf(funct, "%s/genlog10", bin_path);
88 child = create_file(funct, 0);
91 sprintf(funct, "%s/genfrexp", bin_path);
92 child = create_file(funct, 0)
    [all...]
  /external/ltp/testcases/misc/math/float/power/
genpower.c 68 char *funct, *bin_path; local
78 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN);
79 sprintf(funct, "%s/genceil", bin_path);
80 child = create_file(funct, 0);
83 sprintf(funct, "%s/genfabs", bin_path);
84 child = create_file(funct, 0);
87 sprintf(funct, "%s/genfloor", bin_path);
88 child = create_file(funct, 0);
91 sprintf(funct, "%s/genfmod", bin_path);
92 child = create_file(funct, 0)
    [all...]
  /external/ltp/testcases/misc/math/float/bessel/
genbessel.c 72 char *funct, *bin_path; local
79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN);
80 if (funct == NULL)
82 sprintf(funct, "%s/genj0", bin_path);
83 child = create_file(funct, 0);
86 sprintf(funct, "%s/genj1", bin_path);
87 child = create_file(funct, 0);
90 sprintf(funct, "%s/geny0", bin_path);
91 child = create_file(funct, 0);
94 sprintf(funct, "%s/geny1", bin_path)
    [all...]
  /external/ltp/testcases/misc/math/float/trigo/
gentrigo.c 69 char *funct, *bin_path; local
79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN);
80 sprintf(funct, "%s/gencos", bin_path);
81 child = create_file(funct, 0);
84 sprintf(funct, "%s/gensin", bin_path);
85 child = create_file(funct, 0);
88 sprintf(funct, "%s/gentan", bin_path);
89 child = create_file(funct, 0);
92 sprintf(funct, "%s/genatan", bin_path);
93 child = create_file(funct, 0)
    [all...]
  /external/ltp/testcases/misc/math/float/iperb/
geniperb.c 72 char *funct, *bin_path; local
80 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN);
81 sprintf(funct, "%s/gencosh", bin_path);
82 child = create_file(funct, 0);
85 sprintf(funct, "%s/gensinh", bin_path);
86 child = create_file(funct, 0);
89 sprintf(funct, "%s/gentanh", bin_path);
90 child = create_file(funct, 0);
  /external/clang/test/SemaCXX/
access.cpp 82 template<typename T> friend void funct(T);
98 void funct(T) function in namespace:PR15209::templates
103 template void funct<int>(int);
  /external/ltp/testcases/misc/math/float/
tfloat.h 80 * funct function pointer
89 double (*funct)(); member in struct:__anon26693
thread_code.c 161 r = (*(th_data->th_func.funct)) (d);
175 r = (*(th_data->th_func.funct)) (sin(d), cos(d));
191 r = (*(th_data->th_func.funct)) (d, &tmp);
217 r = (*(th_data->th_func.funct)) (d, dex2[index]);
235 r = (*(th_data->th_func.funct)) (d, &tmp);
263 r = (*(th_data->th_func.funct)) (d, din2[index]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 258 funct, value = map(lambda x: x.strip().lower(), s.split(':'))
259 if funct == 'rounding':
267 funct = self.ChangeDict.get(funct, Nonfunction)
268 funct(value)
283 funct = L[1].lower()
299 fname = nameAdapter.get(funct, funct)
302 funct = getattr(self.context, fname)
327 funct(self.context.create_decimal(v))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 258 funct, value = map(lambda x: x.strip().lower(), s.split(':'))
259 if funct == 'rounding':
267 funct = self.ChangeDict.get(funct, Nonfunction)
268 funct(value)
283 funct = L[1].lower()
299 fname = nameAdapter.get(funct, funct)
302 funct = getattr(self.context, fname)
327 funct(self.context.create_decimal(v)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 258 funct, value = map(lambda x: x.strip().lower(), s.split(':'))
259 if funct == 'rounding':
267 funct = self.ChangeDict.get(funct, Nonfunction)
268 funct(value)
283 funct = L[1].lower()
299 fname = nameAdapter.get(funct, funct)
302 funct = getattr(self.context, fname)
327 funct(self.context.create_decimal(v)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 258 funct, value = map(lambda x: x.strip().lower(), s.split(':'))
259 if funct == 'rounding':
267 funct = self.ChangeDict.get(funct, Nonfunction)
268 funct(value)
283 funct = L[1].lower()
299 fname = nameAdapter.get(funct, funct)
302 funct = getattr(self.context, fname)
327 funct(self.context.create_decimal(v)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 258 funct, value = map(lambda x: x.strip().lower(), s.split(':'))
259 if funct == 'rounding':
267 funct = self.ChangeDict.get(funct, Nonfunction)
268 funct(value)
283 funct = L[1].lower()
299 fname = nameAdapter.get(funct, funct)
302 funct = getattr(self.context, fname)
327 funct(self.context.create_decimal(v)
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 1744 llvm::Function *funct = NULL; local
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 1794 llvm::Function *funct = NULL; local
    [all...]
  /external/python/cpython2/Lib/test/
test_decimal.py 257 funct, value = map(lambda x: x.strip().lower(), s.split(':'))
258 if funct == 'rounding':
266 funct = self.ChangeDict.get(funct, Nonfunction)
267 funct(value)
282 funct = L[1].lower()
298 fname = nameAdapter.get(funct, funct)
301 funct = getattr(self.context, fname)
326 funct(self.context.create_decimal(v)
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h     [all...]
assembler_mips64.cc 100 int shamt, int funct) {
109 funct;
114 int shamt, int funct) {
122 funct;
127 int shamt, int funct) {
135 funct;
165 int funct) {
174 funct;
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
assembler_mips.cc 336 int funct) {
345 funct;
383 int funct) {
392 funct;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 

Completed in 372 milliseconds