Searched refs:HALF (Results 26 - 50 of 51) sorted by relevance

123

/external/eigen/blas/testing/
H A Dzblat2.f413 COMPLEX*16 ZERO, HALF local in subroutine:ZCHK1
415 $ HALF = ( 0.5D0, 0.0D0 ) )
533 TRANSL = HALF
759 COMPLEX*16 ZERO, HALF local in subroutine:ZCHK2
761 $ HALF = ( 0.5D0, 0.0D0 ) )
867 TRANSL = HALF
1107 COMPLEX*16 ZERO, HALF, ONE local in subroutine:ZCHK3
1109 $ HALF = ( 0.5D0, 0.0D0 ),
1224 TRANSL = HALF
1470 COMPLEX*16 ZERO, HALF, ON local in subroutine:ZCHK4
1748 COMPLEX*16 ZERO, HALF local in subroutine:ZCHK5
2033 COMPLEX*16 ZERO, HALF local in subroutine:ZCHK6
[all...]
H A Ddblat3.f51 DOUBLE PRECISION ZERO, HALF, ONE variable in program:DBLAT3
52 PARAMETER ( ZERO = 0.0D0, HALF = 0.5D0, ONE = 1.0D0 )
189 EPS = HALF*EPS
H A Dsblat3.f51 REAL ZERO, HALF, ONE variable in program:SBLAT3
52 PARAMETER ( ZERO = 0.0, HALF = 0.5, ONE = 1.0 )
189 EPS = HALF*EPS
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfChannelList.h100 Channel (PixelType type = HALF,
H A DImfHeader.cpp778 i.channel().type != HALF &&
807 i.channel().type != HALF &&
H A DImfScanLineInputFile.cpp94 InSliceInfo (PixelType typeInFrameBuffer = HALF,
95 PixelType typeInFile = HALF,
H A DImfTiledInputFile.cpp95 TInSliceInfo (PixelType typeInFrameBuffer = HALF,
96 PixelType typeInFile = HALF,
H A DImfOutputFile.cpp94 OutSliceInfo (PixelType type = HALF,
H A DImfTiledOutputFile.cpp99 TOutSliceInfo (PixelType type = HALF,
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp581 case AMDGPU::HALF:
599 case AMDGPU::HALF:
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp63 #undef HALF macro
64 #define HALF ((Imf::PixelType)1) macro
135 // the type HALF is converted to 32 bit float
600 type = HALF;
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_exr.cpp67 #undef HALF macro
68 #define HALF ((Imf::PixelType)1) macro
122 // the type HALF is converted to 32 bit float
592 type = HALF;
/external/libavc/decoder/
H A Dih264d_cabac.c67 ps_cab_env->u4_code_int_range = (HALF - 2) << 23;
/external/v8/src/mips/
H A Dsimulator-mips.h284 HALF, enumerator in enum:v8::internal::Simulator::TraceType
H A Dsimulator-mips.cc1772 case HALF:
1885 TraceMemWr(addr, value, HALF);
1899 TraceMemWr(addr, value, HALF);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc375 HALF, enumerator in enum:__anon6421
1054 mask = indic_plan->mask_array[HALF];
1144 /* A ZWNJ disables HALF. */
1146 info[j].mask &= ~indic_plan->mask_array[HALF];
/external/elfutils/libdwfl/
H A Drelocate.c374 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \
/external/v8/src/mips64/
H A Dsimulator-mips64.h321 HALF, enumerator in enum:v8::internal::Simulator::TraceType
H A Dsimulator-mips64.cc1708 case HALF:
1883 TraceMemWr(addr, value, HALF);
1898 TraceMemWr(addr, value, HALF);
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l275 {dot}half { return HALF; }
H A Dprogram_parse.y175 %token HALF
1425 | HALF
/external/cblas/testing/
H A Dc_dblat3.f50 DOUBLE PRECISION ZERO, HALF, ONE variable in program:DBLAT3
51 PARAMETER ( ZERO = 0.0D0, HALF = 0.5D0, ONE = 1.0D0 )
205 EPS = HALF*EPS
H A Dc_sblat3.f50 REAL ZERO, HALF, ONE variable in program:SBLAT3
51 PARAMETER ( ZERO = 0.0, HALF = 0.5, ONE = 1.0 )
204 EPS = HALF*EPS
/external/elfutils/src/
H A Dstrip.c1821 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2142 ImmReg = AMDGPU::HALF;

Completed in 3176 milliseconds

123