Searched refs:ieee (Results 1 - 5 of 5) sorted by relevance
/third_party/optimized-routines/math/test/rtest/ |
H A D | wrappers.h | 52 int size, const uint32 *ieee); 54 /* Complex operand. Real part starts at ieee[0], the imag part at ieee[2]. */ 56 int size, const uint32 *ieee); 58 /* Real result. ieee contains size+1 words, as discussed above. */ 60 int size, uint32 *ieee); 62 /* Complex result. ieee contains size+1 words of real part starting at 63 * ieee[0], and another size+1 of imag part starting at ieee[4]. */ 65 int size, uint32 *ieee); [all...] |
H A D | wrappers.c | 30 int size, const uint32 *ieee) in wrapper_op_real() 34 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real() 40 int size, const uint32 *ieee) in wrapper_op_complex() 44 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex() 50 int size, uint32 *ieee) in wrapper_result_real() 54 ctx->ieee_result = ieee; in wrapper_result_real() 60 int size, uint32 *ieee) in wrapper_result_complex() 64 ctx->ieee_result = ieee; in wrapper_result_complex() 29 wrapper_op_real(wrapperctx *ctx, const mpfr_t r, int size, const uint32 *ieee) wrapper_op_real() argument 39 wrapper_op_complex(wrapperctx *ctx, const mpc_t c, int size, const uint32 *ieee) wrapper_op_complex() argument 49 wrapper_result_real(wrapperctx *ctx, mpfr_t r, int size, uint32 *ieee) wrapper_result_real() argument 59 wrapper_result_complex(wrapperctx *ctx, mpc_t c, int size, uint32 *ieee) wrapper_result_complex() argument
|
/third_party/icu/vendor/double-conversion/ |
H A D | pull-from-upstream.sh | 62 do_patch_prefix_extension ieee h h;
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 1190 ieee = [ variable 1203 testspecs = [small] + ieee + [base] 1208 testspecs = [small] + ieee + [base] 1213 testspecs = [small] + ieee + [base] 1215 rand_ieee = random.choice(ieee)
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_expr.cpp | 472 bool ieee; in fold_mul_add() local 480 ieee = true; in fold_mul_add() 482 ieee = false; in fold_mul_add() 495 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add() 517 ieee = true; in fold_mul_add() 519 ieee = false; in fold_mul_add() 532 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()
|
Completed in 5 milliseconds