Home
last modified time | relevance | path

Searched refs:FINT (Results 1 – 4 of 4) sorted by relevance

/external/cblas/include/
Dcblas_f77.h13 #define FINT const int * macro
187 void F77_srot(FINT, float *, FINT, float *, FINT, const float *, const float *);
189 void F77_srotm( FINT, float *, FINT, float *, FINT, const float *);
191 void F77_sswap( FINT, float *, FINT, float *, FINT);
192 void F77_scopy( FINT, const float *, FINT, float *, FINT);
193 void F77_saxpy( FINT, const float *, const float *, FINT, float *, FINT);
194 void F77_sscal( FINT, const float *, float *, FINT);
198 float F77_sdot(FINT, const float *, FINT, const float *, FINT);
199 float F77_sdsdot( FINT, const float *, const float *, FINT, const float *, FINT);
200 float F77_snrm2( FINT, const float *, FINT);
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFPU.td109 def FINT : ArithFI<0x16, 0x300, "fint ", IIC_FPUi>;
134 def : Pat<(fp_to_sint GPR:$V), (FINT GPR:$V)>;
DMBlazeInstrFormats.td27 def FRRC : Format<10>; // SEXT8, SEXT16, SRA, SRC, SRL, FLT, FINT, FSQRT
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.cpp234 case 0x300: return MBlaze::FINT; in decodeFADD()