Home
last modified time | relevance | path

Searched refs:floatingPoint (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaObjC/
Dmethod-def-2.m8 -(void) brokenType: (int)x floatingPoint: (double)y;
13 -(void) brokenType: (int)x floatingPoint: (double)y
/external/chromium_org/third_party/angle/src/compiler/
DCompiler.cpp241 TPublicType floatingPoint; in InitBuiltInSymbolTable() local
242 floatingPoint.type = EbtFloat; in InitBuiltInSymbolTable()
243 floatingPoint.size = 1; in InitBuiltInSymbolTable()
244 floatingPoint.matrix = false; in InitBuiltInSymbolTable()
245 floatingPoint.array = false; in InitBuiltInSymbolTable()
259 symbolTable.setDefaultPrecision(floatingPoint, EbpHigh); in InitBuiltInSymbolTable()