Home
last modified time | relevance | path

Searched refs:fv (Results 1 – 25 of 66) sorted by relevance

123

/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
DCheckFieldAdapter.java41 private final FieldVisitor fv; field in CheckFieldAdapter
45 public CheckFieldAdapter(final FieldVisitor fv) { in CheckFieldAdapter() argument
46 this.fv = fv; in CheckFieldAdapter()
55 return new CheckAnnotationAdapter(fv.visitAnnotation(desc, visible)); in visitAnnotation()
63 fv.visitAttribute(attr); in visitAttribute()
69 fv.visitEnd(); in visitEnd()
DTraceFieldVisitor.java50 protected FieldVisitor fv; field in TraceFieldVisitor
57 if (fv != null) { in visitAnnotation()
58 ((TraceAnnotationVisitor) av).av = fv.visitAnnotation(desc, visible); in visitAnnotation()
66 if (fv != null) { in visitAttribute()
67 fv.visitAttribute(attr); in visitAttribute()
74 if (fv != null) { in visitEnd()
75 fv.visitEnd(); in visitEnd()
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument
5 char *cp1 = foo(fv); in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
15 char *cp1 = foo(fv); in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
24 char *cp1 = foo(fv); in test_foo_3()
Doverload-call.cpp6 void test_f(int iv, float fv) { in test_f() argument
7 float* fp = f(fv); in test_f()
17 void test_g(int iv, float fv) { in test_g() argument
18 int* ip1 = g(iv, fv, 0); in test_g()
20 double* dp1 = g(iv, fv, fv); in test_g()
22 char* cp2 = g(0, 0, 0, iv, fv); in test_g()
24 double* dp2 = g(0, fv, 1.5); // expected-error {{call to 'g' is ambiguous}} in test_g()
30 void test_h(float fv, unsigned char cv) { in test_h() argument
31 double* dp = h(fv); in test_h()
Dcxx1y-init-captures.cpp5 template<class ... Ts> char fv(Ts ... ts) { return 0; } in fv() function
19 fv([&a(t)]()->decltype(auto) { in g()
26 fv([&a(t)]()->decltype(auto) { //expected-error 3{{captured}} in g()
/external/clang/test/Sema/
Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument
5 char *cp1 = foo(fv); in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
15 char *cp1 = foo(fv); in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
24 char *cp1 = foo(fv); in test_foo_3()
Doverloadable.c12 void test_f(int iv, float fv, double dv) { in test_f() argument
14 float *fp = f(fv); in test_f()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DFieldNode.java106 FieldVisitor fv = cv.visitField(access, name, desc, signature, value); in accept() local
107 if (fv == null) { in accept()
114 an.accept(fv.visitAnnotation(an.desc, true)); in accept()
119 an.accept(fv.visitAnnotation(an.desc, false)); in accept()
123 fv.visitAttribute((Attribute) attrs.get(i)); in accept()
125 fv.visitEnd(); in accept()
/external/eigen/unsupported/test/
Dopenglsupport.cpp238 VERIFY_UNIFORM(fv,v2f, Vector2f); in test_openglsupport()
239 VERIFY_UNIFORM(fv,v3f, Vector3f); in test_openglsupport()
240 VERIFY_UNIFORM(fv,v4f, Vector4f); in test_openglsupport()
244 VERIFY_UNIFORM(fv,m2f, Matrix2f); in test_openglsupport()
245 VERIFY_UNIFORM(fv,m3f, Matrix3f); in test_openglsupport()
246 VERIFY_UNIFORM(fv,m4f, Matrix4f); in test_openglsupport()
273 VERIFY_UNIFORM(fv,m23f, Matrix23f); in test_openglsupport()
274 VERIFY_UNIFORM(fv,m32f, Matrix32f); in test_openglsupport()
275 VERIFY_UNIFORM(fv,m24f, Matrix24f); in test_openglsupport()
276 VERIFY_UNIFORM(fv,m42f, Matrix42f); in test_openglsupport()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DBrentOptimizer.java111 double fv = fx; in localMin() local
127 r = (x - w) * (fx - fv); in localMin()
199 fv = fw; in localMin()
212 fv = fw; in localMin()
215 } else if (fu <= fv || v == x || v == w) { in localMin()
217 fv = fu; in localMin()
/external/clang/test/CodeGen/
Doverloadable.c18 float fv = 3.0f; in main() local
24 fv = f(fv); in main()
/external/vboot_reference/tests/futility/
Dtest_sign_fw_main.sh22 --fv ${TMP}.fw_main \
29 --fv ${TMP}.fw_main
37 --fv ${TMP}.fw_main \
Dtest_show_vs_verify.sh42 --fv ${TMP}.fw_main_a
51 --fv ${TMP}.fw_main_a
/external/mksh/src/
Ddot.mkshrc129 local -i fl=0 fv=0 fn=0 cpos=0
134 (v) fv=1 ;;
145 if (( fv )); then
146 fv=0
147 while (( fv < ${#DIRSTACK[*]} )); do
148 d=${DIRSTACK[fv]}
150 print -r -- "$fv $d"
151 let fv++
154 fv=0
155 while (( fv < ${#DIRSTACK[*]} )); do
[all …]
DBuild.sh406 eval fv=\$HAVE_CAN_`upper $vn`
408 test 11 = $fa$fv || LDFLAGS=$save_LDFLAGS
410 test 11 = $fa$fv || CFLAGS=$save_CFLAGS
1412 fv=0
1416 fv=0
1420 fv=1
1423 test $fv = 1 || for what in $checks; do
1424 test $fv = 1 && break
1444 8) fv=1 cm=normal ;;
1446 test $fv = 1 && break
[all …]
/external/eigen/unsupported/Eigen/
DOpenGLSupport93 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glVertex,float, 2,2fv)
97 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glVertex,float, 3,3fv)
101 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glVertex,float, 4,4fv)
107 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glTexCoord,float, 2,2fv)
111 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glTexCoord,float, 3,3fv)
115 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glTexCoord,float, 4,4fv)
121 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glColor,float, 2,2fv)
125 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glColor,float, 3,3fv)
129 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glColor,float, 4,4fv)
135 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glNormal,float, 3,3fv)
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.hpp112 inline deUint8 floatToU8 (float fv) in floatToU8() argument
114 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
115 v.fv = fv; in floatToU8()
/external/llvm/test/CodeGen/Mips/
Dfpneeded.ll8 define float @fv() #0 {
14 ; 32: .ent fv
22 ; 32: .end fv
118 %call = call float @fv()
Dfpnotneeded.ll67 define float @fv() #0 {
73 ; 32: .ent fv
81 ; 32: .end fv
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dbasic.cpp14 void test_f1(int *ip, float fv) { in test_f1() argument
15 f1(ip, fv); in test_f1()
/external/vboot_reference/futility/
Dcmd_show.c38 uint8_t *fv; member
281 uint8_t *fv_data = option.fv; in futil_cb_show_fw_preamble()
492 if (option.fv) { in futil_cb_show_kernel_preamble()
494 kernel_blob = option.fv; in futil_cb_show_kernel_preamble()
628 option.fv = ReadFile(optarg, &option.fv_size); in do_show()
629 if (!option.fv) { in do_show()
726 if (option.fv) in do_show()
727 free(option.fv); in do_show()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
DClassLoaderLocalMap.java156 FieldVisitor fv; in buildHolderByteCode() local
160 fv = in buildHolderByteCode()
167 fv.visitEnd(); in buildHolderByteCode()
/external/clang/test/OpenMP/
Datomic_read_codegen.c20 float fv, fx; variable
126 fv = fx; in main()
204 fv = cix; in main()
Datomic_write_codegen.c20 float fv, fx; variable
126 fx = fv; in main()
239 cix = fv; in main()
Datomic_update_codegen.cpp20 float fv, fx; variable
190 fx = fx + fv; in main()
628 cix = fv / cix; in main()

123