HomeSort by relevance Sort by last modified time
    Searched full:floating (Results 1 - 25 of 2590) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Coeffs.h 38 #define HPF_Fs8000_Fc55_A0 1029556328 /* Floating point value 0.958849 */
39 #define HPF_Fs8000_Fc55_A1 -2059112655 /* Floating point value -1.917698 */
40 #define HPF_Fs8000_Fc55_A2 1029556328 /* Floating point value 0.958849 */
41 #define HPF_Fs8000_Fc55_B1 -2081986375 /* Floating point value -1.939001 */
42 #define HPF_Fs8000_Fc55_B2 1010183914 /* Floating point value 0.940807 */
43 #define HPF_Fs11025_Fc55_A0 1038210831 /* Floating point value 0.966909 */
44 #define HPF_Fs11025_Fc55_A1 -2076421662 /* Floating point value -1.933818 */
45 #define HPF_Fs11025_Fc55_A2 1038210831 /* Floating point value 0.966909 */
46 #define HPF_Fs11025_Fc55_B1 -2099950710 /* Floating point value -1.955732 */
47 #define HPF_Fs11025_Fc55_B2 1027238450 /* Floating point value 0.956690 *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Coeffs.h 35 #define HPF_Fs22050_Gain1_A0 5383 /* Floating point value 0.164291 */
36 #define HPF_Fs22050_Gain1_A1 16859 /* Floating point value 0.514492 */
37 #define HPF_Fs22050_Gain1_A2 0 /* Floating point value 0.000000 */
38 #define HPF_Fs22050_Gain1_B1 12125 /* Floating point value 0.370033 */
39 #define HPF_Fs22050_Gain1_B2 0 /* Floating point value 0.000000 */
42 #define HPF_Fs22050_Gain2_A0 4683 /* Floating point value 0.142925 */
43 #define HPF_Fs22050_Gain2_A1 17559 /* Floating point value 0.535858 */
44 #define HPF_Fs22050_Gain2_A2 0 /* Floating point value 0.000000 */
45 #define HPF_Fs22050_Gain2_B1 12125 /* Floating point value 0.370033 */
46 #define HPF_Fs22050_Gain2_B2 0 /* Floating point value 0.000000 *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Headphone_Coeffs.h 29 #define CS_MIDDLE_8000_A0 7462 /* Floating point value 0.227720 */
30 #define CS_MIDDLE_8000_A1 -7049 /* Floating point value -0.215125 */
31 #define CS_MIDDLE_8000_A2 0 /* Floating point value 0.000000 */
32 #define CS_MIDDLE_8000_B1 -30209 /* Floating point value -0.921899 */
33 #define CS_MIDDLE_8000_B2 0 /* Floating point value 0.000000 */
35 #define CS_SIDE_8000_A0 20036 /* Floating point value 0.611441 */
36 #define CS_SIDE_8000_A1 -12463 /* Floating point value -0.380344 */
37 #define CS_SIDE_8000_A2 -7573 /* Floating point value -0.231097 */
38 #define CS_SIDE_8000_B1 -20397 /* Floating point value -0.622470 */
39 #define CS_SIDE_8000_B2 -4285 /* Floating point value -0.130759 *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Coeffs.h 30 #define LVEQNB_Gain_Neg15_dB -1684 /* Floating point value -0.822172 */
31 #define LVEQNB_Gain_Neg14_dB -1639 /* Floating point value -0.800474 */
32 #define LVEQNB_Gain_Neg13_dB -1590 /* Floating point value -0.776128 */
33 #define LVEQNB_Gain_Neg12_dB -1534 /* Floating point value -0.748811 */
34 #define LVEQNB_Gain_Neg11_dB -1471 /* Floating point value -0.718162 */
35 #define LVEQNB_Gain_Neg10_dB -1400 /* Floating point value -0.683772 */
36 #define LVEQNB_Gain_Neg9_dB -1321 /* Floating point value -0.645187 */
37 #define LVEQNB_Gain_Neg8_dB -1233 /* Floating point value -0.601893 */
38 #define LVEQNB_Gain_Neg7_dB -1133 /* Floating point value -0.553316 */
39 #define LVEQNB_Gain_Neg6_dB -1022 /* Floating point value -0.498813 *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_FilterCoeffs.h 38 #define ALPHA_0 2147480769 /* Floating point Alpha = 0.999999 */
39 #define ALPHA_1 2147479577 /* Floating point Alpha = 0.999998 */
40 #define ALPHA_2 2147477892 /* Floating point Alpha = 0.999997 */
41 #define ALPHA_3 2147475510 /* Floating point Alpha = 0.999996 */
42 #define ALPHA_4 2147472141 /* Floating point Alpha = 0.999995 */
43 #define ALPHA_5 2147467377 /* Floating point Alpha = 0.999992 */
44 #define ALPHA_6 2147460642 /* Floating point Alpha = 0.999989 */
45 #define ALPHA_7 2147451118 /* Floating point Alpha = 0.999985 */
46 #define ALPHA_8 2147437651 /* Floating point Alpha = 0.999979 */
47 #define ALPHA_9 2147418608 /* Floating point Alpha = 0.999970 *
    [all...]
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 8 int y0 = 1.2222F; // expected-warning {{implicit conversion turns literal floating-point number into integer}}
9 int y1 = (1.2222F); // expected-warning {{implicit conversion turns literal floating-point number into integer}}
10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion turns literal floating-point number into integer}}
11 int y3 = 12E-1F; // expected-warning {{implicit conversion turns literal floating-point number into integer}}
12 int y4 = 1.23E1F; // expected-warning {{implicit conversion turns literal floating-point number into integer}}
14 int y5 = 1.2222; // expected-warning {{implicit conversion turns literal floating-point number into integer}}
15 int y6 = 12E-1; // expected-warning {{implicit conversion turns literal floating-point number into integer}}
16 int y7 = 1.23E1; // expected-warning {{implicit conversion turns literal floating-point number into integer}}
17 int y8 = (1.23E1); // expected-warning {{implicit conversion turns literal floating-point number into integer}}
20 y8 = 2.22F; // expected-warning {{implicit conversion turns literal floating-point number into integer}
    [all...]
  /external/clang/test/Lexer/
hexfloat.cpp 3 float f = 0x1p+1; // expected-warning{{hexadecimal floating constants are a C99 feature}}
4 double e = 0x.p0; //expected-error{{hexadecimal floating constants require a significand}}
5 double d = 0x.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
6 float g = 0x1.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
7 double h = 0x1.p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
rdr-6096838-2.c 5 long double d = 0x0.0000003ffffffff00000p-16357L; /* expected-warning {{hexadecimal floating constants are a C99 feature}} */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenvinline.h 1 /* This file provides inline versions of floating-pint environment
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenvinline.h 1 /* This file provides inline versions of floating-pint environment
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenvinline.h 1 /* This file provides inline versions of floating-pint environment
  /external/clang/test/PCH/
exprs.c 11 double floating; variable
23 floating_literal *double_ptr = &floating;
48 array_subscript *double_ptr1_5 = &floating;
51 call_returning_double *double_ptr2 = &floating;
54 member_ref_double *double_ptr3 = &floating;
65 conditional_operator *double_ptr4 = &floating;
75 ext_vector_element *double_ptr5 = &floating;
98 generic_selection_expr *double_ptr6 = &floating;
  /external/kernel-headers/original/linux/
prctl.h 23 /* Get/set floating-point emulation control bits (if meaningful) */
29 /* Get/set floating-point exception mode (if meaningful) */
33 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
34 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
35 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
37 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
prctl.h 23 /* Get/set floating-point emulation control bits (if meaningful) */
29 /* Get/set floating-point exception mode (if meaningful) */
33 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
34 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
35 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
37 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
prctl.h 23 /* Get/set floating-point emulation control bits (if meaningful) */
29 /* Get/set floating-point exception mode (if meaningful) */
33 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
34 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
35 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
37 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
prctl.h 23 /* Get/set floating-point emulation control bits (if meaningful) */
29 /* Get/set floating-point exception mode (if meaningful) */
33 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
34 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
35 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
37 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
  /external/libffi/testsuite/libffi.call/
float.c 11 static int floating(int a, float b, double c, long double d) function
50 floating (si1, f, d, ld);
52 ffi_call(&cif, FFI_FN(floating), &rint, values);
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld));
56 CHECK((int)rint == floating(si1, f, d, ld));
  /external/clang/test/Sema/
floating-point-compare.c 4 return x == y; // expected-warning {{comparing floating point with ==}}
8 return x != y; // expected-warning {{comparing floating point with ==}}
  /cts/tests/tests/webkitsecurity/assets/
positioned-div-with-floating-after-content-crash.html 11 <iframe id="frame" src="resources/positioned-div-with-floating-after-content-crash-frame1.html"></iframe>
  /dalvik/vm/compiler/template/armv5te-vfp/
fbinop.S 2 * Generic 32-bit floating point operation. Provide an "instr" line that
fbinopWide.S 2 * Generic 64-bit floating point operation. Provide an "instr" line that
  /external/compiler-rt/lib/arm/
softfloat-alias.list 4 # that support floating point instructions.
  /external/llvm/test/Assembler/
2006-09-28-CrashOnInvalid.ll 3 ; RUN: not llvm-as < %s >/dev/null |& grep {floating point constant invalid for type}
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 1 Ready to begin John Walker's floating point accuracy
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
float.h 25 * ISO C Standard: 5.2.4.2.2 Characteristics of floating types <float.h>
43 /* Number of decimal digits, q, such that any floating-point number with q
44 decimal digits can be rounded into a floating-point number with p radix b
66 range of normalized floating-point numbers,
86 representable finite floating-point numbers,
97 /* Maximum representable finite floating-point number,
109 representable in the given floating point type, b**1-p. */
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
131 /* The floating-point expression evaluation method.
147 /* Number of decimal digits, n, such that any floating-point number in th
    [all...]

Completed in 730 milliseconds

1 2 3 4 5 6 7 8 91011>>