Home
last modified time | relevance | path

Searched refs:cval (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/test/SemaCXX/
Dconstant-expression.cpp13 const int cval = 2; variable
24 v3 = cval,
32 v11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
37 b3 : cval,
45 b11 : true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
50 i3 = cval,
58 i11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
64 case 200 + cval: in f()
72 case 1000 + (true? 1 + cval * Struct::sval ^ in f()
81 template struct C<cval, ceval>;
/external/u-boot/drivers/power/
Dpalmas.c82 u8 cval = 0, vval = 0; /* Off by default */ in twl603x_mmc1_set_ldo9() local
89 cval = LDO9_BYP_EN | RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9()
92 cval = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9()
102 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, LDO9_CTRL, cval); in twl603x_mmc1_set_ldo9()
105 cval ? "on" : "off", err); in twl603x_mmc1_set_ldo9()
116 u8 cval = 0, vval = 0, c32k = 0; in twl603x_audio_power() local
121 cval = SMPS_MODE_SLP_AUTO | SMPS_MODE_ACT_AUTO; in twl603x_audio_power()
132 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, SMPS9_CTRL, cval); in twl603x_audio_power()
135 cval ? "on" : "off", err); in twl603x_audio_power()
/external/python/cpython2/Objects/
Dcomplexobject.c223 complex_subtype_from_c_complex(PyTypeObject *type, Py_complex cval) in complex_subtype_from_c_complex() argument
229 ((PyComplexObject *)op)->cval = cval; in complex_subtype_from_c_complex()
234 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() argument
243 op->cval = cval; in PyComplex_FromCComplex()
269 return ((PyComplexObject *)op)->cval.real; in PyComplex_RealAsDouble()
280 return ((PyComplexObject *)op)->cval.imag; in PyComplex_ImagAsDouble()
328 return ((PyComplexObject *)op)->cval; in PyComplex_AsCComplex()
345 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex()
386 if (v->cval.real == 0. && copysign(1.0, v->cval.real)==1.0) { in complex_format()
388 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format()
[all …]
/external/python/cpython3/Objects/
Dcomplexobject.c212 complex_subtype_from_c_complex(PyTypeObject *type, Py_complex cval) in complex_subtype_from_c_complex() argument
218 ((PyComplexObject *)op)->cval = cval; in complex_subtype_from_c_complex()
223 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() argument
232 op->cval = cval; in PyComplex_FromCComplex()
258 return ((PyComplexObject *)op)->cval.real; in PyComplex_RealAsDouble()
269 return ((PyComplexObject *)op)->cval.imag; in PyComplex_ImagAsDouble()
319 return ((PyComplexObject *)op)->cval; in PyComplex_AsCComplex()
330 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex()
370 if (v->cval.real == 0. && copysign(1.0, v->cval.real)==1.0) { in complex_repr()
374 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_repr()
[all …]
/external/yapf/yapf/yapflib/
Dunwrapped_line.py393 cval = cur_token.value
395 if pval == 'yield' and cval == 'from':
398 if pval in {'async', 'await'} and cval in {'def', 'with', 'for'}:
406 if cval == ':':
409 if cval == ',':
412 if prev_token.is_name and cval == '(':
415 if prev_token.is_name and cval == '[':
418 if prev_token.is_name and cval == '.':
469 cval = cur_token.value
480 if cval in _LOGICAL_OPERATORS:
[all …]
/external/llvm/test/Transforms/Scalarizer/
Ddbginfo.ll26 ; CHECK: %cval.i0 = load i32, i32* %c.i0, align 16, !dbg ![[TAG1]], !tbaa ![[TAG2]]
27 ; CHECK: %cval.i1 = load i32, i32* %c.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
28 ; CHECK: %cval.i2 = load i32, i32* %c.i2, align 8, !dbg ![[TAG1]], !tbaa ![[TAG2]]
29 ; CHECK: %cval.i3 = load i32, i32* %c.i3, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
30 ; CHECK: %add.i0 = add i32 %bval.i0, %cval.i0, !dbg ![[TAG1]]
31 ; CHECK: %add.i1 = add i32 %bval.i1, %cval.i1, !dbg ![[TAG1]]
32 ; CHECK: %add.i2 = add i32 %bval.i2, %cval.i2, !dbg ![[TAG1]]
33 ; CHECK: %add.i3 = add i32 %bval.i3, %cval.i3, !dbg ![[TAG1]]
44 %cval = load <4 x i32>, <4 x i32>* %c, align 16, !dbg !21, !tbaa !22
45 %add = add <4 x i32> %bval, %cval, !dbg !21
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Scalarizer/
Ddbginfo.ll26 ; CHECK: %cval.i0 = load i32, i32* %c.i0, align 16, !dbg ![[TAG1]], !tbaa ![[TAG2]]
27 ; CHECK: %cval.i1 = load i32, i32* %c.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
28 ; CHECK: %cval.i2 = load i32, i32* %c.i2, align 8, !dbg ![[TAG1]], !tbaa ![[TAG2]]
29 ; CHECK: %cval.i3 = load i32, i32* %c.i3, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
30 ; CHECK: %add.i0 = add i32 %bval.i0, %cval.i0, !dbg ![[TAG1]]
31 ; CHECK: %add.i1 = add i32 %bval.i1, %cval.i1, !dbg ![[TAG1]]
32 ; CHECK: %add.i2 = add i32 %bval.i2, %cval.i2, !dbg ![[TAG1]]
33 ; CHECK: %add.i3 = add i32 %bval.i3, %cval.i3, !dbg ![[TAG1]]
44 %cval = load <4 x i32>, <4 x i32>* %c, align 16, !dbg !21, !tbaa !22
45 %add = add <4 x i32> %bval, %cval, !dbg !21
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_l4lb.c334 struct ctl_value *cval; in process_packet() local
429 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet()
430 if (!cval) in process_packet()
432 ifindex = cval->ifindex; in process_packet()
436 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet()
437 if (!cval) in process_packet()
439 ifindex = cval->ifindex; in process_packet()
Dtest_l4lb_noinline.c334 struct ctl_value *cval; in process_packet() local
429 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet()
430 if (!cval) in process_packet()
432 ifindex = cval->ifindex; in process_packet()
436 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet()
437 if (!cval) in process_packet()
439 ifindex = cval->ifindex; in process_packet()
Dtest_xdp_noinline.c289 bool encap_v6(struct xdp_md *xdp, struct ctl_value *cval, in encap_v6() argument
310 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v6()
332 bool encap_v4(struct xdp_md *xdp, struct ctl_value *cval, in encap_v4() argument
358 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v4()
716 struct ctl_value *cval; in process_packet() local
786 cval = bpf_map_lookup_elem(&ctl_array, &mac_addr_pos); in process_packet()
787 if (!cval) in process_packet()
790 if (!encap_v6(xdp, cval, &pckt, dst, pkt_bytes)) in process_packet()
793 if (!encap_v4(xdp, cval, &pckt, dst, pkt_bytes)) in process_packet()
/external/tremolo/Tremolo/
Dfloor1.c310 int cval=0; in floor1_inverse1() local
314 cval=vorbis_book_decode(books+info->klass[classv].class_book,&vd->opb); in floor1_inverse1()
316 if(cval==-1)goto eop; in floor1_inverse1()
320 int book=info->klass[classv].class_subbook[cval&(csub-1)]; in floor1_inverse1()
321 cval>>=csubbits; in floor1_inverse1()
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage.py481 cval=0., argument
512 cval=cval,
/external/python/cpython2/Lib/
DCookie.py599 rval, cval = self.value_encode(value)
600 self.__set(key, rval, cval)
676 rval, cval = self.value_decode(V)
677 self.__set(K, rval, cval)
/external/python/cpython3/Lib/http/
Dcookies.py494 rval, cval = self.value_encode(value)
495 self.__set(key, rval, cval)
592 rval, cval = value
593 self.__set(key, rval, cval)
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dstorage.go970 cval := reflect.ValueOf(call)
972 if !setConditionField(cval, "Generation", gen) {
984 if !setConditionField(cval, "IfGenerationMatch", conds.GenerationMatch) {
988 if !setConditionField(cval, "IfGenerationNotMatch", conds.GenerationNotMatch) {
992 if !setConditionField(cval, "IfGenerationMatch", int64(0)) {
998 if !setConditionField(cval, "IfMetagenerationMatch", conds.MetagenerationMatch) {
1002 if !setConditionField(cval, "IfMetagenerationNotMatch", conds.MetagenerationNotMatch) {
/external/u-boot/board/compulab/cm_t54/
Dcm_t54.c55 static int cm_t54_palmas_regulator_set(u8 vreg, u8 vval, u8 creg, u8 cval) in cm_t54_palmas_regulator_set() argument
68 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, creg, cval); in cm_t54_palmas_regulator_set()
/external/llvm/test/CodeGen/X86/
Dcopy-eflags.ll19 %cval = load i32, i32* @c
20 %inc1 = add nsw i32 %cval, 1
/external/llvm/test/CodeGen/SPARC/
Dfp128.ll170 %cval = load fp128, fp128* %c, align 8
171 %1 = fptosi fp128 %cval to i64
194 %cval = load fp128, fp128* %c, align 8
195 %1 = fptoui fp128 %cval to i64
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Dfp128.ll170 %cval = load fp128, fp128* %c, align 8
171 %1 = fptosi fp128 %cval to i64
194 %cval = load fp128, fp128* %c, align 8
195 %1 = fptoui fp128 %cval to i64
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DComplexAnnotatedClass.java21 @ComplexAnnotation(ival = 4, bval = 2, cval = '5', fval = 3.0f, dval = 33.4, zval = false, jval = 5…
DComplexAnnotation.java31 char cval(); in cval() method
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c140 char cval __attribute__((unused)); in read_var() local
147 cval = *(char *)dummy_var; in read_var()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c176 char cval; short sval; int ival; long long lval; in read_var() local
182 cval = *(char *)&dummy_var[i]; in read_var()
/external/python/cpython3/Include/
Dcomplexobject.h35 Py_complex cval; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c610 LLVMValueRef cval = ctx->system_values[reg->Register.Index]; in fetch_system_value() local
618 builder, cval, LLVMConstInt(ctx->i32, swizzle, 0), ""); in fetch_system_value()
620 builder, cval, LLVMConstInt(ctx->i32, swizzle + 1, 0), ""); in fetch_system_value()
626 if (LLVMGetTypeKind(LLVMTypeOf(cval)) == LLVMVectorTypeKind) { in fetch_system_value()
627 cval = LLVMBuildExtractElement( in fetch_system_value()
628 builder, cval, LLVMConstInt(ctx->i32, swizzle, 0), ""); in fetch_system_value()
633 return bitcast(bld_base, type, cval); in fetch_system_value()

12