HomeSort by relevance Sort by last modified time
    Searched defs:FloatType (Results 1 - 25 of 30) sorted by null

1 2

  /external/proguard/src/proguard/classfile/attribute/preverification/
FloatType.java 32 public class FloatType extends VerificationType
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 71 // A FloatType represents a floating point type.
72 type FloatType struct {
467 typ = new(FloatType)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 71 // A FloatType represents a floating point type.
72 type FloatType struct {
467 typ = new(FloatType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 18 FloatType = float
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 18 FloatType = float
  /external/python/cpython2/Lib/
types.py 18 FloatType = float
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 18 FloatType = float
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 18 FloatType = float
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 117 // FloatType is here for the purposes of documentation only. It is a stand-in
119 type FloatType float32
194 func complex(r, i FloatType) ComplexType
198 func real(c ComplexType) FloatType
203 func imag(c ComplexType) FloatType
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 117 // FloatType is here for the purposes of documentation only. It is a stand-in
119 type FloatType float32
194 func complex(r, i FloatType) ComplexType
198 func real(c ComplexType) FloatType
203 func imag(c ComplexType) FloatType
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 18 FloatType = float
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 18 FloatType = float
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/vixl/src/aarch32/
operands-aarch32.h 530 struct FloatType {
551 return Decode(v, FloatType<T>());
554 static float Decode(uint32_t imm8, const FloatType<float>&) {
558 static double Decode(uint32_t imm8, const FloatType<double>&) {
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go 506 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return }
512 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return }
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 

Completed in 874 milliseconds

1 2