Home
last modified time | relevance | path

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

/external/ltp/testcases/misc/math/float/trigo/
Dgentrigo.c69 char *funct, *bin_path; in main() local
79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
80 sprintf(funct, "%s/gencos", bin_path); in main()
81 child = create_file(funct, 0); in main()
84 sprintf(funct, "%s/gensin", bin_path); in main()
85 child = create_file(funct, 0); in main()
88 sprintf(funct, "%s/gentan", bin_path); in main()
89 child = create_file(funct, 0); in main()
92 sprintf(funct, "%s/genatan", bin_path); in main()
93 child = create_file(funct, 0); in main()
[all …]
/external/ltp/testcases/misc/math/float/exp_log/
Dgenexp_log.c68 char *funct, *bin_path; in main() local
78 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
79 sprintf(funct, "%s/genexp", bin_path); in main()
80 child = create_file(funct, 0); in main()
83 sprintf(funct, "%s/genlog", bin_path); in main()
84 child = create_file(funct, 0); in main()
87 sprintf(funct, "%s/genlog10", bin_path); in main()
88 child = create_file(funct, 0); in main()
91 sprintf(funct, "%s/genfrexp", bin_path); in main()
92 child = create_file(funct, 0); in main()
[all …]
/external/ltp/testcases/misc/math/float/power/
Dgenpower.c68 char *funct, *bin_path; in main() local
78 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
79 sprintf(funct, "%s/genceil", bin_path); in main()
80 child = create_file(funct, 0); in main()
83 sprintf(funct, "%s/genfabs", bin_path); in main()
84 child = create_file(funct, 0); in main()
87 sprintf(funct, "%s/genfloor", bin_path); in main()
88 child = create_file(funct, 0); in main()
91 sprintf(funct, "%s/genfmod", bin_path); in main()
92 child = create_file(funct, 0); in main()
[all …]
/external/llvm/lib/Target/Mips/
DMicroMips32r6InstrFormats.td110 class POOL16C_LWM_SWM_FM_MM16R6<bits<4> funct> {
119 let Inst{3-0} = funct;
122 class POOL32A_BITSWAP_FM_MMR6<bits<6> funct> : MipsR6Inst {
132 let Inst{11-6} = funct;
136 class CACHE_PREF_FM_MMR6<bits<6> opgroup, bits<4> funct> : MipsR6Inst {
145 let Inst{15-12} = funct;
149 class ARITH_FM_MMR6<string instr_asm, bits<10> funct> : MMR6Arch<instr_asm> {
161 let Inst{9-0} = funct;
177 class POOL32C_ST_EVA_FM_MMR6<bits<6> op, bits<3> funct> : MipsR6Inst {
189 let Inst{11-9} = funct;
[all …]
DMicroMipsInstrFormats.td44 class ARITH_FM_MM16<bit funct> {
55 let Inst{0} = funct;
58 class ANDI_FM_MM16<bits<6> funct> {
65 let Inst{15-10} = funct;
71 class LOGIC_FM_MM16<bits<4> funct> {
78 let Inst{9-6} = funct;
83 class SHIFT_FM_MM16<bits<1> funct> {
94 let Inst{0} = funct;
167 class MOVE_FM_MM16<bits<6> funct> {
173 let Inst{15-10} = funct;
[all …]
DMicroMips64r6InstrFormats.td27 class POOL32I_ADD_IMM_FM_MMR6<bits<5> funct> {
34 let Inst{25-21} = funct;
39 class POOL32S_EXTBITS_FM_MMR6<bits<6> funct> {
52 let Inst{5-0} = funct;
72 class POOL32A_DIVMOD_FM_MMR6<string instr_asm, bits<9> funct>
85 let Inst{8-0} = funct;
88 class POOL32S_DMFTC0_FM_MMR6<string instr_asm, bits<5> funct>
101 let Inst{10-6} = funct;
105 class POOL32S_ARITH_FM_MMR6<string opstr, bits<9> funct>
118 let Inst{8-0} = funct;
[all …]
DMipsInstrFormats.td20 // funct - combined with opcode field give us an operation code.
145 // Format R instruction class in Mips : <|opcode|rs|rt|rd|shamt|funct|>
156 bits<6> funct;
159 let funct = _funct;
165 let Inst{5-0} = funct;
246 class ADD_FM<bits<6> op, bits<6> funct> : StdArch {
258 let Inst{5-0} = funct;
274 class SRA_FM<bits<6> funct, bit rotate> : StdArch {
287 let Inst{5-0} = funct;
290 class SRLV_FM<bits<6> funct, bit rotate> : StdArch {
[all …]
DMips32r6InstrFormats.td204 class COP1_2R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst {
215 let Inst{5-0} = funct;
218 class COP1_3R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst {
230 let Inst{5-0} = funct;
337 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst {
349 let Inst{5-0} = funct;
364 class CMP_BRANCH_2R_OFF16_FM<OPGROUP funct> : MipsR6Inst {
371 let Inst{31-26} = funct.Value;
380 class CMP_BRANCH_1R_RT_OFF16_FM<OPGROUP funct> : MipsR6Inst {
386 let Inst{31-26} = funct.Value;
[all …]
DMips16InstrFormats.td15 // funct or f Function field
132 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|>
141 bits<5> funct;
144 let funct = _funct;
148 let Inst{4-0} = funct;
156 bits<5> funct;
159 let funct = 0b00101;
162 let Inst{4-0} = funct;
174 bits<5> funct;
177 let funct = _funct;
[all …]
DMicroMipsDSPInstrFormats.td138 class POOL32A_1RIMM5AC_FMT<string opstr, bits<8> funct> : MMDSPInst<opstr> {
147 let Inst{13-6} = funct;
163 class POOL32A_1RMEMB0_FMT<string opstr, bits<10> funct> : MMDSPInst<opstr> {
173 let Inst{9-0} = funct;
176 class POOL32A_1RAC_FMT<string instr_asm, bits<8> funct> : MMDSPInst<instr_asm> {
184 let Inst{13-6} = funct;
DMipsDSPInstrFormats.td239 class MULT_FMT<bits<6> opcode, bits<6> funct> : DSPInst {
251 let Inst{5-0} = funct;
255 class MFHI_FMT<bits<6> funct> : DSPInst {
265 let Inst{5-0} = funct;
269 class MTHI_FMT<bits<6> funct> : DSPInst {
278 let Inst{5-0} = funct;
/external/ltp/testcases/misc/math/float/bessel/
Dgenbessel.c72 char *funct, *bin_path; in main() local
79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
80 if (funct == NULL) in main()
82 sprintf(funct, "%s/genj0", bin_path); in main()
83 child = create_file(funct, 0); in main()
86 sprintf(funct, "%s/genj1", bin_path); in main()
87 child = create_file(funct, 0); in main()
90 sprintf(funct, "%s/geny0", bin_path); in main()
91 child = create_file(funct, 0); in main()
94 sprintf(funct, "%s/geny1", bin_path); in main()
[all …]
/external/ltp/testcases/misc/math/float/iperb/
Dgeniperb.c72 char *funct, *bin_path; in main() local
80 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
81 sprintf(funct, "%s/gencosh", bin_path); in main()
82 child = create_file(funct, 0); in main()
85 sprintf(funct, "%s/gensinh", bin_path); in main()
86 child = create_file(funct, 0); in main()
89 sprintf(funct, "%s/gentanh", bin_path); in main()
90 child = create_file(funct, 0); in main()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrFormats.td20 // funct - combined with opcode field give us an operation code.
77 // Format R instruction class in Mips : <|opcode|rs|rt|rd|shamt|funct|>
88 bits<6> funct;
91 let funct = _funct;
97 let Inst{5-0} = funct;
156 // funct - combined with opcode field give us an operation code.
161 // Format FR instruction class in Mips : <|opcode|fmt|ft|fs|fd|funct|>
172 bits<6> funct;
175 let funct = _funct;
182 let Inst{5-0} = funct;
[all …]
DMipsInstrFPU.td91 multiclass FFR1_W_M<bits<6> funct, string opstr> {
92 def _S : FFR1<funct, 16, opstr, "w.s", FGR32, FGR32>;
93 def _D32 : FFR1<funct, 17, opstr, "w.d", FGR32, AFGR64>,
95 def _D64 : FFR1<funct, 17, opstr, "w.d", FGR32, FGR64>,
101 multiclass FFR1_L_M<bits<6> funct, string opstr> {
102 def _S : FFR1<funct, 16, opstr, "l.s", FGR64, FGR32>;
103 def _D64 : FFR1<funct, 17, opstr, "l.d", FGR64, FGR64>;
107 multiclass FFR1P_M<bits<6> funct, string opstr, SDNode OpNode> {
108 def _S : FFR1P<funct, 16, opstr, "s", FGR32, FGR32, OpNode>;
109 def _D32 : FFR1P<funct, 17, opstr, "d", AFGR64, AFGR64, OpNode>,
[all …]
DMipsInstrInfo.td779 class CondMovIntInt<bits<6> funct, string instr_asm> :
780 FR<0, funct, (outs CPURegs:$rd),
/external/clang/test/SemaCXX/
Daccess.cpp82 template<typename T> friend void funct(T);
98 void funct(T) in funct() function
103 template void funct<int>(int);
/external/llvm/test/CodeGen/MSP430/
D2009-05-19-DoubleSplit.ll6 %call = tail call i16 @funct(double %add) nounwind
10 declare i16 @funct(double)
/external/swiftshader/third_party/LLVM/test/CodeGen/MSP430/
D2009-05-19-DoubleSplit.ll6 %call = tail call i16 @funct(double %add) nounwind
10 declare i16 @funct(double)
/external/ltp/testcases/misc/math/float/
Dthread_code.c161 r = (*(th_data->th_func.funct)) (d); in compute_normal()
175 r = (*(th_data->th_func.funct)) (sin(d), cos(d)); in compute_atan2_hypot()
191 r = (*(th_data->th_func.funct)) (d, &tmp); in compute_modf()
217 r = (*(th_data->th_func.funct)) (d, dex2[index]); in compute_fmod_pow()
235 r = (*(th_data->th_func.funct)) (d, &tmp); in compute_frexp_lgamma()
263 r = (*(th_data->th_func.funct)) (d, din2[index]); in compute_ldexp()
Dtfloat.h89 double (*funct)(); member
/external/python/cpython2/Lib/test/
Dtest_decimal.py257 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))
346 funct(*vals)
361 funct(*vals)
[all …]
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1744 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local
1865 funct = createFunction(module, in createStandardUtilityFunctions()
1874 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1885 funct = createFunction(module, in createStandardUtilityFunctions()
1894 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1794 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local
1915 funct = createFunction(module, in createStandardUtilityFunctions()
1924 funct->addFnAttr(llvm::Attribute::NoReturn); in createStandardUtilityFunctions()
1935 funct = createFunction(module, in createStandardUtilityFunctions()
1944 funct->addFnAttr(llvm::Attribute::NoReturn); in createStandardUtilityFunctions()