/third_party/ltp/testcases/misc/math/float/trigo/ |
D | gentrigo.c | 69 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 …]
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
D | genexp_log.c | 68 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 …]
|
/third_party/ltp/testcases/misc/math/float/power/ |
D | genpower.c | 68 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 …]
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
D | genbessel.c | 72 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFormats.td | 56 class ARITH_FM_MM16<bit funct> { 67 let Inst{0} = funct; 70 class ANDI_FM_MM16<bits<6> funct> { 77 let Inst{15-10} = funct; 83 class LOGIC_FM_MM16<bits<4> funct> { 90 let Inst{9-6} = funct; 95 class SHIFT_FM_MM16<bits<1> funct> { 106 let Inst{0} = funct; 179 class MOVE_FM_MM16<bits<6> funct> { 185 let Inst{15-10} = funct; [all …]
|
D | MicroMips32r6InstrFormats.td | 103 class POOL16C_LWM_SWM_FM_MM16R6<bits<4> funct> { 112 let Inst{3-0} = funct; 115 class POOL32A_BITSWAP_FM_MMR6<bits<6> funct> : MipsR6Inst { 125 let Inst{11-6} = funct; 129 class CACHE_PREF_FM_MMR6<bits<6> opgroup, bits<4> funct> : MipsR6Inst { 138 let Inst{15-12} = funct; 142 class ARITH_FM_MMR6<string instr_asm, bits<10> funct> : MMR6Arch<instr_asm> { 154 let Inst{9-0} = funct; 198 class PCREL19_FM_MMR6<bits<2> funct> : MipsR6Inst { 206 let Inst{20-19} = funct; [all …]
|
D | MipsInstrFormats.td | 19 // funct - combined with opcode field give us an operation code. 148 // Format R instruction class in Mips : <|opcode|rs|rt|rd|shamt|funct|> 159 bits<6> funct; 162 let funct = _funct; 168 let Inst{5-0} = funct; 249 class ADD_FM<bits<6> op, bits<6> funct> : StdArch { 261 let Inst{5-0} = funct; 277 class SRA_FM<bits<6> funct, bit rotate> : StdArch { 290 let Inst{5-0} = funct; 293 class SRLV_FM<bits<6> funct, bit rotate> : StdArch { [all …]
|
D | Mips16InstrFormats.td | 14 // funct or f Function field 131 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 140 bits<5> funct; 143 let funct = _funct; 147 let Inst{4-0} = funct; 155 bits<5> funct; 158 let funct = 0b00101; 161 let Inst{4-0} = funct; 173 bits<5> funct; 176 let funct = _funct; [all …]
|
D | Mips32r6InstrFormats.td | 219 class COP1_2R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst { 230 let Inst{5-0} = funct; 233 class COP1_3R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst { 245 let Inst{5-0} = funct; 352 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst { 364 let Inst{5-0} = funct; 379 class CMP_BRANCH_2R_OFF16_FM<OPGROUP funct> : MipsR6Inst { 386 let Inst{31-26} = funct.Value; 395 class CMP_BRANCH_1R_RT_OFF16_FM<OPGROUP funct> : MipsR6Inst { 401 let Inst{31-26} = funct.Value; [all …]
|
D | MicroMipsDSPInstrFormats.td | 137 class POOL32A_1RIMM5AC_FMT<string opstr, bits<8> funct> : MMDSPInst<opstr> { 146 let Inst{13-6} = funct; 162 class POOL32A_1RMEMB0_FMT<string opstr, bits<10> funct> : MMDSPInst<opstr> { 172 let Inst{9-0} = funct; 175 class POOL32A_1RAC_FMT<string instr_asm, bits<8> funct> : MMDSPInst<instr_asm> { 183 let Inst{13-6} = funct;
|
D | MipsDSPInstrFormats.td | 238 class MULT_FMT<bits<6> opcode, bits<6> funct> : DSPInst { 250 let Inst{5-0} = funct; 254 class MFHI_FMT<bits<6> funct> : DSPInst { 264 let Inst{5-0} = funct; 268 class MTHI_FMT<bits<6> funct> : DSPInst { 277 let Inst{5-0} = funct;
|
/third_party/boost/boost/thread/ |
D | barrier.hpp | 66 void_functor_barrier_reseter(unsigned int size, BOOST_THREAD_RV_REF(F) funct) in void_functor_barrier_reseter() 67 : size_(size), fct_(boost::move(funct)) in void_functor_barrier_reseter() 70 void_functor_barrier_reseter(unsigned int size, F& funct) in void_functor_barrier_reseter() 71 : size_(size), fct_(funct) in void_functor_barrier_reseter() 97 void_fct_ptr_barrier_reseter(unsigned int size, void(*funct)()) : in void_fct_ptr_barrier_reseter() 98 size_(size), fct_(funct) in void_fct_ptr_barrier_reseter() 146 BOOST_THREAD_RV_REF(F) funct, in barrier() 154 boost::move(funct))) in barrier() 161 F &funct, in barrier() argument 169 funct)) in barrier() [all …]
|
D | completion_latch.hpp | 92 completion_latch(std::size_t count, BOOST_THREAD_RV_REF(F) funct) : in completion_latch() argument 94 funct_(boost::move(funct)), in completion_latch() 99 completion_latch(std::size_t count, void(*funct)()) : in completion_latch() argument 100 count_(count), funct_(funct), waiters_(0), leavers_(0) in completion_latch() 197 completion_function then(BOOST_THREAD_RV_REF(F) funct) in then() argument 201 funct_ = boost::move(funct); in then() 205 completion_function then(void(*funct)()) in then() argument 209 funct_ = completion_function(funct); in then()
|
/third_party/openssl/crypto/engine/ |
D | eng_table.c | 22 ENGINE *funct; member 110 fnd->funct = NULL; in engine_table_register() 133 if (fnd->funct) in engine_table_register() 134 engine_unlocked_finish(fnd->funct, 0); in engine_table_register() 135 fnd->funct = e; in engine_table_register() 154 if (pile->funct == e) { in int_unregister_cb() 156 pile->funct = NULL; in int_unregister_cb() 175 if (p->funct) in int_cleanup_cb_doall() 176 engine_unlocked_finish(p->funct, 0); in int_cleanup_cb_doall() 222 if (fnd->funct && engine_unlocked_init(fnd->funct)) { in engine_table_select() [all …]
|
/third_party/ltp/testcases/misc/math/float/iperb/ |
D | geniperb.c | 72 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()
|
/third_party/boost/boost/thread/executors/ |
D | scheduler.hpp | 34 resubmitter(Executor& ex, Function funct) : in resubmitter() argument 36 funct(boost::move(funct)) in resubmitter() 41 ex.submit(funct); in operator ()() 46 Function funct; member in boost::executors::resubmitter 52 resubmit(Executor& ex, BOOST_THREAD_FWD_REF(Function) funct) { in resubmit() argument 53 return resubmitter<Executor, typename decay<Function>::type >(ex, boost::move(funct)); in resubmit()
|
/third_party/ltp/testcases/misc/math/float/ |
D | thread_code.c | 161 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()
|
D | tfloat.h | 89 double (*funct)(); member
|
/third_party/boost/libs/thread/doc/ |
D | latch.qbk | 333 completion_latch(std::size_t count, F&& funct); 346 completion_function then(F&& funct); 376 completion_latch(std::size_t count, F&& funct); 380 …pletion_latch with is initial value for the internal counter and the completion function `funct`.]] 386 - Any exception thrown by the copy/move construction of funct. 397 completion_function then(F&& funct); 403 [[Effects:] [Associates the parameter `funct` as completion function of the latch. The next time th…
|
/third_party/boost/libs/optional/doc/ |
D | 17_gotchas.qbk | 103 …21755206/how-to-get-around-gcc-void-b-4-may-be-used-uninitialized-in-this-funct this Stack Overflo…
|
/third_party/python/Lib/test/ |
D | test_decimal.py | 319 funct, value = (x.strip().lower() for x in s.split(':')) 320 if funct == 'rounding': 328 funct = self.ChangeDict.get(funct, (lambda *args: None)) 329 funct(value) 344 funct = L[1].lower() 360 fname = self.NameAdapter.get(funct, funct) 363 funct = getattr(self.context, fname) 388 funct(self.context.create_decimal(v)) 408 funct(*vals) 423 funct(*vals) [all …]
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 2597 …ode/commit/f21ddb2131)] - **crypto**: move \_impl call out of handleError funct (Daniel Bevenius) … 2598 …e/commit/558e9cfb6c)] - **crypto**: move \_pbkdf2 call out of handleError funct (Daniel Bevenius) … 2599 …mit/47b230a92b)] - **crypto**: move \_randomBytes call out of handleError funct (Daniel Bevenius) … 2600 …e/commit/def96ae278)] - **crypto**: move \_scrypt call out of handleError funct (Daniel Bevenius) …
|
D | CHANGELOG_V11.md | 2016 …node/commit/c15208cb8f)] - **test**: replace anonymous closure with arrow funct (Prabu Subra) [#24…
|
D | CHANGELOG_V10.md | 1163 …node/commit/66c3dcab72)] - **test**: replace anonymous closure with arrow funct (Prabu Subra) [#24…
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 83988 …ement functions for getting internal links of an element. Deprecate the old internal links funct...
|