Home
last modified time | relevance | path

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

/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()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
Doverloadable.c12 void test_f(int iv, float fv, double dv) { in test_f()
/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()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
Doverload-call.cpp9 void test_f(int iv, float fv) { in test_f()
20 void test_g(int iv, float fv) { in test_g()
33 void test_h(float fv, unsigned char cv) { in test_h()
Dcxx1y-init-captures.cpp5 template<class ... Ts> char fv(Ts ... ts) { return 0; } in fv() function
/external/deqp/framework/common/
DtcuTextureUtil.hpp135 inline deUint8 floatToU8 (float fv) in floatToU8()
137 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp32 int fv = f(g); // okay variable
/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()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DBrentOptimizer.java111 double fv = fx; in localMin() local
/external/clang/test/CodeGen/
Doverloadable.c21 float fv = 3.0f; in main() local
/external/clang/test/OpenMP/
Datomic_capture_codegen.cpp20 float fv, fx; variable
Datomic_update_codegen.cpp20 float fv, fx; variable
Datomic_read_codegen.c20 float fv, fx; variable
Datomic_write_codegen.c20 float fv, fx; variable
/external/vboot_reference/futility/
Dcmd_show.c38 uint8_t *fv; member
/external/v8/src/compiler/
Drepresentation-change.cc577 double const fv = OpParameter<double>(node); in GetWord32RepresentationFor() local
Dmachine-operator-reducer.cc1373 float fv = static_cast<float>(v); in IsFloat64RepresentableAsFloat32() local
/external/libtextclassifier/common/
Dfeature-extractor.h340 const FeatureVector *fv) const { in Compute()
/external/skia/src/views/
DSkView.cpp172 bool SkView::setFocusView(SkView* fv) { in setFocusView()
/external/v8/src/asmjs/
Dasm-wasm-builder.cc108 ForeignVariable* fv = &foreign_variables_[pos]; in BuildForeignInitFunction() local
119 ForeignVariable* fv = &foreign_variables_[i]; in GetForeignArgs() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp1256 Float4 fu, fv; in sampleFloat2D() local
1321 Float4 fu, fv, fw; in sampleFloat3D() local
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp220 const tcu::Vec4 fv = Vec4(f0, f1, 1.0f-f0, 1.0f-f1); in shadeFragments() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c1397 const float fv = u_minify(src->height0 << nv50_miptree(src)->ms_y, l); in nv50_blit_3d() local
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1252 const float fv = u_minify(src->height0 << nv50_miptree(src)->ms_y, l); in nvc0_blit_3d() local
/external/python/cpython2/Modules/
D_tkinter.c393 int *fv = NULL; in Merge() local