| /third_party/vk-gl-cts/framework/delibs/debase/ |
| D | deInt32Test.c | 47 deUint32 rcp = (deUint32)((1u << DE_RCP_FRAC_BITS) / ((double)val / (1<<RCP_LUT_BITS))); in deInt32_computeLUTs() local 72 deUint32 rcp; in deInt32_selfTest() local
|
| D | deInt32.c | 78 void deRcp32 (deUint32 a, deUint32* rcp, int* exp) in deRcp32()
|
| /third_party/ejdb/src/jql/ |
| D | jql.c | 599 static int _jql_cmp_jqval_pair(const JQVAL *left, const JQVAL *right, iwrc *rcp) { in _jql_cmp_jqval_pair() 742 int jql_cmp_jqval_pair(const JQVAL *left, const JQVAL *right, iwrc *rcp) { in jql_cmp_jqval_pair() 749 iwrc *rcp in _jql_match_regexp() 845 iwrc *rcp in _jql_match_in() 880 iwrc *rcp in _jql_match_ni() 924 iwrc *rcp in _jql_match_starts() 992 iwrc *rcp in _jql_match_jqval_pair() 1054 iwrc *rcp in jql_match_jqval_pair() 1059 static JQVAL* _jql_unit_to_jqval(JQP_AUX *aux, JQPUNIT *unit, iwrc *rcp) { in _jql_unit_to_jqval() 1154 JQVAL* jql_unit_to_jqval(JQP_AUX *aux, JQPUNIT *unit, iwrc *rcp) { in jql_unit_to_jqval() [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_idiv.c | 126 nir_ssa_def *rcp = nir_frcp(bld, nir_u2f32(bld, denom)); in emit_udiv() local 210 nir_ssa_def *rcp = nir_iadd_imm(b, nir_frcp(b, q), 1); in convert_instr_small() local
|
| /third_party/ejdb/src/jbi/ |
| D | jbi_util.c | 237 bool jbi_node_expr_matched(JQP_AUX *aux, JBIDX idx, IWKV_cursor cur, JQP_EXPR *expr, iwrc *rcp) { in jbi_node_expr_matched()
|
| /third_party/iowow/src/utils/ |
| D | iwpool.c | 117 char* iwpool_strndup(IWPOOL *pool, const char *str, size_t len, iwrc *rcp) { in iwpool_strndup() 130 char* iwpool_strdup(IWPOOL *pool, const char *str, iwrc *rcp) { in iwpool_strdup()
|
| /third_party/iowow/src/json/tests/ |
| D | jbl_test1.c | 324 void apply_patch(const char *data, const char *patch, const char *result, IWXSTR *xstr, iwrc *rcp) { in apply_patch() 361 …ply_merge_patch(const char *data, const char *patch, const char *result, IWXSTR *xstr, iwrc *rcp) { in apply_merge_patch()
|
| /third_party/iowow/src/json/ |
| D | iwjson.c | 1452 …re(JBL_NODE n1, const char *n1path, JBL_NODE n2, const char *n2path, jbl_type_t vtype, iwrc *rcp) { in jbn_paths_compare() 1474 int jbn_path_compare(JBL_NODE n1, JBL_NODE n2, const char *path, jbl_type_t vtype, iwrc *rcp) { in jbn_path_compare() 1478 int jbn_path_compare_str(JBL_NODE n, const char *path, const char *sv, iwrc *rcp) { in jbn_path_compare_str() 1494 int jbn_path_compare_i64(JBL_NODE n, const char *path, int64_t iv, iwrc *rcp) { in jbn_path_compare_i64() 1509 int jbn_path_compare_f64(JBL_NODE n, const char *path, double fv, iwrc *rcp) { in jbn_path_compare_f64() 1524 int jbn_path_compare_bool(JBL_NODE n, const char *path, bool bv, iwrc *rcp) { in jbn_path_compare_bool() 2192 static int _jbl_compare_objects(JBL_NODE n1, JBL_NODE n2, iwrc *rcp) { in _jbl_compare_objects() 2238 int _jbl_compare_nodes(JBL_NODE n1, JBL_NODE n2, iwrc *rcp) { in _jbl_compare_nodes() 2289 int jbn_compare_nodes(JBL_NODE n1, JBL_NODE n2, iwrc *rcp) { in jbn_compare_nodes() 2797 static JBL_NODE _jbl_merge_patch_node(JBL_NODE target, JBL_NODE patch, IWPOOL *pool, iwrc *rcp) { in _jbl_merge_patch_node()
|
| D | iwjser.c | 86 static int _jbl_unescape_json_string(const char *p, char *d, int dlen, const char **end, iwrc *rcp)… in _jbl_unescape_json_string()
|
| /third_party/ejdb/src/bindings/ejdb2_node/ |
| D | ejdb2_node.c | 206 … char *jn_string(napi_env env, napi_value val_, IWPOOL *pool, bool nulls, bool coerce, iwrc *rcp) { in jn_string() 247 bool nulls, bool coerce, uint32_t idx, iwrc *rcp) { in jn_string_at() 259 static int64_t jn_int(napi_env env, napi_value val_, bool nulls, bool coerce, iwrc *rcp) { in jn_int() 284 …int64_t jn_int_at(napi_env env, napi_value arr, bool nulls, bool coerce, uint32_t idx, iwrc *rcp) { in jn_int_at() 296 static double jn_double(napi_env env, napi_value val_, bool nulls, bool coerce, iwrc *rcp) { in jn_double() 321 static bool jn_bool(napi_env env, napi_value val_, bool nulls, bool coerce, iwrc *rcp) { in jn_bool() 346 …c bool jn_bool_at(napi_env env, napi_value arr, bool nulls, bool coerce, uint32_t idx, iwrc *rcp) { in jn_bool_at() 396 static JNWORK jn_work_create(iwrc *rcp) { in jn_work_create() 413 static void *jn_work_alloc_data(size_t siz, JNWORK work, iwrc *rcp) { in jn_work_alloc_data()
|
| /third_party/openssl/crypto/cmp/ |
| D | cmp_hdr.c | 295 const X509_NAME *rcp = NULL; in ossl_cmp_hdr_init() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | ir2_nir.c | 719 struct ir2_instr *rcp, *coord_xy; in emit_tex() local 838 struct ir2_instr *instr, *rcp, *sc, *wincoord, *off; in extra_position_exports() local
|
| /third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
| D | ejdb2_dart.c | 132 IW_INLINE char *cobject_str(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_str() 145 IW_INLINE int64_t cobject_int(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_int() 160 IW_INLINE bool cobject_bool(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_bool() 173 IW_INLINE double cobject_double(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_double()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | OptimalIntrinsics.cpp | 21 Float4 rcp = Rcp_pp(x, exactAtPow2); in Reciprocal() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_atifs_to_nir.c | 104 nir_ssa_def *rcp = nir_frcp(t->b, nir_channel(t->b, src, in apply_swizzle() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir_builder.cpp | 305 rcp(operand a) in rcp() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| D | PixelRoutine.cpp | 162 Float4 rcp; in quad() local
|
| D | ShaderCore.cpp | 189 Float4 rcp; in reciprocal() local 832 Float4 rcp = reciprocal(src.x, pp, true, true); in rcpx() local
|
| /third_party/ejdb/src/jql/inc/ |
| D | jqpx.c | 248 static int _jqp_unescape_json_string(const char *p, char *d, int dlen, iwrc *rcp) { in _jqp_unescape_json_string()
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_lowering_nv50.cpp | 1351 Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(), i->getSrc(1)); in handleDIV() local
|
| D | nv50_ir_peephole.cpp | 1989 AlgebraicOpt::handleRCP(Instruction *rcp) in handleRCP()
|
| D | nv50_ir_lowering_nvc0.cpp | 3113 Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(typeSizeof(i->dType)), i->getSrc(1)); in handleDIV() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | OutputASM.cpp | 1385 Instruction *rcp = emit(sw::Shader::OPCODE_RCPX, &coord, arg[1]); in visitAggregate() local
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
| D | libcpuset.c | 786 const struct cpuset *rcp; in resolve_cp() local
|
| /third_party/mksh/ |
| D | edit.c | 3204 char *rcp, *cp; in x_prev_histword() local
|