Home
last modified time | relevance | path

Searched refs:fp1 (Results 1 – 25 of 60) sorted by relevance

123

/external/ltp/testcases/misc/math/float/exp_log/
Dgenfrexp.c44 int fp, fp1; in create_Result_file() local
58 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
59 if (!fp || !fp1) { in create_Result_file()
62 close(fp1); in create_Result_file()
67 write(fp1, &tabRI[i], sizeof(int)); in create_Result_file()
71 close(fp1); in create_Result_file()
Dgenmodf.c52 int fp, fp1; in create_Result_file() local
72 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
73 if (!fp || !fp1) { in create_Result_file()
76 close(fp1); in create_Result_file()
81 write(fp1, &tabRI[i], sizeof(double)); in create_Result_file()
85 close(fp1); in create_Result_file()
/external/ltp/testcases/misc/math/float/power/
Dgenfmod.c96 int fp, fp1; in create_Data_file() local
110 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
111 if (!fp || !fp1) { in create_Data_file()
114 close(fp1); in create_Data_file()
119 write(fp1, &tabD1[i], sizeof(double)); in create_Data_file()
122 close(fp1); in create_Data_file()
/external/libxaac/decoder/armv7/
Dixheaacd_qmf_dec_armv7.c100 WORD16 *fp1, *fp2, *tmp; in ixheaacd_cplx_anal_qmffilt() local
147 fp1 = qmf_bank->anal_filter_states; in ixheaacd_cplx_anal_qmffilt()
153 fp1 = qmf_bank->fp1_anal; in ixheaacd_cplx_anal_qmffilt()
163 ixheaacd_sbr_qmfanal32_winadds(fp1, fp2, filter_1, filter_2, in ixheaacd_cplx_anal_qmffilt()
167 ixheaacd_sbr_qmfanal32_winadds_eld(fp1, fp2, filter_1, filter_2, in ixheaacd_cplx_anal_qmffilt()
179 tmp = fp1; in ixheaacd_cplx_anal_qmffilt()
180 fp1 = fp2; in ixheaacd_cplx_anal_qmffilt()
224 qmf_bank->fp1_anal = fp1; in ixheaacd_cplx_anal_qmffilt()
/external/skqp/src/shaders/
DSkColorFilterShader.cpp59 auto fp1 = as_SB(fShader)->asFragmentProcessor(args); in asFragmentProcessor() local
60 if (!fp1) { in asFragmentProcessor()
66 return fp1; in asFragmentProcessor()
69 std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(fp1), std::move(fp2) }; in asFragmentProcessor()
/external/skia/src/shaders/
DSkColorFilterShader.cpp59 auto fp1 = as_SB(fShader)->asFragmentProcessor(args); in asFragmentProcessor() local
60 if (!fp1) { in asFragmentProcessor()
66 return fp1; in asFragmentProcessor()
69 std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(fp1), std::move(fp2) }; in asFragmentProcessor()
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c67 FILE *fp1, *fp2; in check_file_content() local
71 fp1 = SAFE_FOPEN(fname1, "r"); in check_file_content()
72 if (off1 && fseek(fp1, *off1, SEEK_SET)) in check_file_content()
80 ch1 = getc(fp1); in check_file_content()
85 SAFE_FCLOSE(fp1); in check_file_content()
/external/clang/test/CXX/over/over.over/
Dp4.cpp8 int (*fp1)(int) = &f0; in test_f0() local
19 float (*fp1)(float) = f0; in test_f0_2() local
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp4 int (*fp1)(int) = [](int x) { return x + 1; }; in test_conversion() local
15 int (*fp1)(int) = [=](int x) { return x + 1; }; // expected-error{{no viable conversion}} in test_no_conversion() local
/external/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef
17 operator fp1() { return f1; } in operator fp1()
/external/libxaac/decoder/
Dixheaacd_qmf_dec.c698 WORD16 *fp1; in ixheaacd_cplx_synt_qmffilt() local
743 fp1 = &filter_states[0]; in ixheaacd_cplx_synt_qmffilt()
744 fp2 = fp1 + no_synthesis_channels; in ixheaacd_cplx_synt_qmffilt()
748 fp1 = qmf_bank->fp1_syn; in ixheaacd_cplx_synt_qmffilt()
851 sbr_qmf_syn_winadd(fp1, fp2, filter_coeff, &time_out[ch_fac * p1], 2, in ixheaacd_cplx_synt_qmffilt()
859 fptemp = fp1; in ixheaacd_cplx_synt_qmffilt()
860 fp1 = fp2; in ixheaacd_cplx_synt_qmffilt()
935 ixheaacd_sbr_qmfsyn32_winadd(fp1, fp2, filter_coeff, in ixheaacd_cplx_synt_qmffilt()
938 fp1 += thirty2; in ixheaacd_cplx_synt_qmffilt()
952 ixheaacd_sbr_qmfsyn64_winadd(fp1, fp2, filter_coeff, in ixheaacd_cplx_synt_qmffilt()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) {
5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
/external/llvm/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) {
5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dvec_shuffle-20.ll3 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) nounwind {
5 …shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 > ; <<4 …
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/
Dtwo_farthest_clusters.py52 fp1, fp2 = get_two_farthest_points(points)
59 (cluster1 if p.distance(fp1) <= p.distance(fp2) else cluster2).append(p)
/external/tensorflow/tensorflow/core/platform/
Dfingerprint.h67 inline uint64 FingerprintCat64(const uint64 fp1, const uint64 fp2) { in FingerprintCat64() argument
69 uint64 result = fp1 ^ kMul; in FingerprintCat64()
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() local
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() local
/external/clang/test/SemaCXX/
Dconst-cast.cpp63 f fp1 = 0; in bad_const_cast_test() local
65 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test()
Dnullability-declspec.cpp6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/external/python/cpython3/Lib/
Dgenericpath.py103 def sameopenfile(fp1, fp2): argument
105 s1 = os.fstat(fp1)
/external/lz4/examples/
DblockStreaming_doubleBuffer.c115 int compare(FILE* fp0, FILE* fp1) in compare() argument
123 const size_t r1 = read_bin(fp1, b1, sizeof(b1)); in compare()
/external/python/cpython2/PC/VC6/
Dbuild_ssl.py130 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2:
132 b1 = fp1.read(bufsize)
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dextract_in_tree_user.ll31 %fp1 = sitofp i32 %add1 to float
32 %call1 = tail call float @llvm.powi.f32(float %fp1,i32 %add1) nounwind readnone
/external/clang/test/FixIt/
Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/external/libchrome/base/
Dlogging_unittest.cc442 void (*fp1)() = DcheckEmptyFunction1; in TEST_F() local
445 DCHECK_EQ(fp1, fp3); in TEST_F()
451 DCHECK_EQ(fp1, fp2); in TEST_F()

123