Home
last modified time | relevance | path

Searched defs:rcp (Results 1 – 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/framework/delibs/debase/
DdeInt32Test.c47 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
DdeInt32.c78 void deRcp32 (deUint32 a, deUint32* rcp, int* exp) in deRcp32()
/third_party/ejdb/src/jql/
Djql.c599 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/
Dnir_lower_idiv.c126 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/
Djbi_util.c237 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/
Diwpool.c117 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/
Djbl_test1.c324 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/
Diwjson.c1452 …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()
Diwjser.c86 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/
Dejdb2_node.c206 … 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/
Dcmp_hdr.c295 const X509_NAME *rcp = NULL; in ossl_cmp_hdr_init() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c719 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/
Dejdb2_dart.c132 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/
DOptimalIntrinsics.cpp21 Float4 rcp = Rcp_pp(x, exactAtPow2); in Reciprocal() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c104 nir_ssa_def *rcp = nir_frcp(t->b, nir_channel(t->b, src, in apply_swizzle() local
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp305 rcp(operand a) in rcp() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp162 Float4 rcp; in quad() local
DShaderCore.cpp189 Float4 rcp; in reciprocal() local
832 Float4 rcp = reciprocal(src.x, pp, true, true); in rcpx() local
/third_party/ejdb/src/jql/inc/
Djqpx.c248 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/
Dnv50_ir_lowering_nv50.cpp1351 Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(), i->getSrc(1)); in handleDIV() local
Dnv50_ir_peephole.cpp1989 AlgebraicOpt::handleRCP(Instruction *rcp) in handleRCP()
Dnv50_ir_lowering_nvc0.cpp3113 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/
DOutputASM.cpp1385 Instruction *rcp = emit(sw::Shader::OPCODE_RCPX, &coord, arg[1]); in visitAggregate() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c786 const struct cpuset *rcp; in resolve_cp() local
/third_party/mksh/
Dedit.c3204 char *rcp, *cp; in x_prev_histword() local

12