Searched refs:half (Results 1 - 25 of 222) sorted by path

123456789

/external/ImageMagick/MagickCore/
H A Dquantum-private.h100 static inline float HalfToSinglePrecision(const unsigned short half) argument
130 The IEEE 754 standard specifies half precision as having:
136 sign_bit=(unsigned int) ((half >> 15) & 0x00000001);
137 exponent=(unsigned int) ((half >> 10) & 0x0000001f);
138 significand=(unsigned int) (half & 0x000003ff);
658 half; local
661 The IEEE 754 standard specifies half precision as having:
692 half=(unsigned short) (sign_bit | significand |
694 return(half);
719 half
[all...]
/external/ImageMagick/coders/
H A Ddds.c1004 half,
1030 VectorInit(half,0.5f);
1141 VectorMultiplyAdd(grid,a,half,&a);
1146 VectorMultiplyAdd(grid,b,half,&b);
1241 half,
1254 VectorInit3(half,0.5f);
1287 VectorMultiplyAdd3(grid,*start,half,start);
1292 VectorMultiplyAdd3(grid,*end,half,end);
1002 half, local
1239 half, local
/external/ImageMagick/www/api/
H A Dmagick-image.php4073 <p>MagickMinifyImage() is a convenience method that scales an image proportionally to one-half its original size</p>
H A Dmorphology.php154 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd>
H A Dresize.php206 <p>MinifyImage() is a convenience method that scales an image proportionally to half its size.</p>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg576 * get the results of a full parse, but calling a rule half way through the grammar will
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java911 /** Round to nearest integer using the round-half-even method.
1017 final Dfp half = newInstance("0.5");
1020 if (a.greaterThan(half)) {
1027 if (a.equals(half) && result.exp > 0 && (result.mant[mant.length-result.exp]&1) != 0) {
1342 inc = n >= 5000; // round half up
1346 inc = n > 5000; // round half down
1350 inc = n > 5000 || (n == 5000 && (mant[0] & 1) == 1); // round half-even
1354 inc = n > 5000 || (n == 5000 && (mant[0] & 1) == 0); // round half-odd
/external/bison/build-aux/
H A Dtexinfo.tex187 data-base data-bases eshell fall-ing half-way long-est man-u-script
5181 % page, because the two columns now take up only half of the page
5931 % Add extra space after the heading -- half of whatever came above it.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex506 divided by half resulting in a reduction of the execution time by
/external/boringssl/ios-arm/crypto/chacha/
H A Dchacha-armv4.S210 @ at this point we have first half of 512-bit result in
211 @ rx and second half at sp+4*(16+8)
313 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
586 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
1094 @ at this point we have first half of 512-bit result in
1095 @ rx and second half at sp+4*(16+8)
1210 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
1430 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
/external/boringssl/ios-arm/crypto/fipsmodule/
H A Dsha512-armv4.S20 @ This code is ~4.5 (four and a half) times faster than code generated
/external/boringssl/linux-arm/crypto/chacha/
H A Dchacha-armv4.S209 @ at this point we have first half of 512-bit result in
210 @ rx and second half at sp+4*(16+8)
312 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
585 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
1091 @ at this point we have first half of 512-bit result in
1092 @ rx and second half at sp+4*(16+8)
1207 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
1427 ldmia r0,{r0,r1,r2,r3,r4,r5,r6,r7} @ load second half
/external/boringssl/linux-arm/crypto/fipsmodule/
H A Dsha512-armv4.S21 @ This code is ~4.5 (four and a half) times faster than code generated
/external/boringssl/src/crypto/chacha/asm/
H A Dchacha-armv4.pl274 @ at this point we have first half of 512-bit result in
275 @ @x[0-7] and second half at sp+4*(16+8)
377 ldmia @x[0],{@x[0]-@x[7]} @ load second half
489 ldmia @x[0],{@x[0]-@x[7]} @ load second half
768 @ at this point we have first half of 512-bit result in
769 @ @x[0-7] and second half at sp+4*(16+8)
884 ldmia @x[0],{@x[0]-@x[7]} @ load second half
1104 ldmia @x[0],{@x[0]-@x[7]} @ load second half
/external/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dco-586.pl206 local($b,$tot,$end,$half);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1Field.java60 public static void half(int[] x, int[] z) method in class:SecP192K1Field
H A DSecP192R1Field.java61 public static void half(int[] x, int[] z) method in class:SecP192R1Field
H A DSecP224K1Field.java61 public static void half(int[] x, int[] z) method in class:SecP224K1Field
H A DSecP224R1Field.java61 public static void half(int[] x, int[] z) method in class:SecP224R1Field
H A DSecP256K1Field.java62 public static void half(int[] x, int[] z) method in class:SecP256K1Field
H A DSecP256R1Field.java58 public static void half(int[] x, int[] z) method in class:SecP256R1Field
H A DSecP384R1Field.java64 public static void half(int[] x, int[] z) method in class:SecP384R1Field
H A DSecP521R1Field.java47 public static void half(int[] x, int[] z) method in class:SecP521R1Field
/external/clang/lib/Headers/
H A Dopencl-c.h125 typedef half half2 __attribute__((ext_vector_type(2)));
126 typedef half half3 __attribute__((ext_vector_type(3)));
127 typedef half half4 __attribute__((ext_vector_type(4)));
128 typedef half half8 __attribute__((ext_vector_type(8)));
129 typedef half half16 __attribute__((ext_vector_type(16)));
5694 // Convert half types to non-double types.
5695 uchar __ovld __cnfn convert_uchar(half);
5696 uchar __ovld __cnfn convert_uchar_rte(half);
5697 uchar __ovld __cnfn convert_uchar_rtp(half);
5698 uchar __ovld __cnfn convert_uchar_rtn(half);
[all...]
/external/clang/test/CodeGen/
H A Dtarget-builtin-error-3.c11 typedef uint16_t half; typedef
12 typedef __attribute__ ((ext_vector_type( 8),__aligned__( 16))) half half8;
13 typedef __attribute__ ((ext_vector_type(16),__aligned__( 32))) half half16;
14 typedef __attribute__ ((ext_vector_type(16),__aligned__( 2))) half half16U;

Completed in 1219 milliseconds

123456789