/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | tgammal.c | 174 static const long double PIL = 3.1415926535897932384626L; variable 226 z = q * sinl(PIL * z); in tgammal() 228 z = PIL/z; in tgammal()
|
/third_party/musl/src/math/ |
D | tgammal.c | 174 static const long double PIL = 3.1415926535897932384626L; variable 226 z = q * sinl(PIL * z); in tgammal() 228 z = PIL/z; in tgammal()
|
/third_party/musl/src/complex/ |
D | catanl.c | 70 static const long double PIL = 3.141592653589793238462643383279502884197169L; variable 80 t = x / PIL; in redupil()
|
/third_party/boost/libs/geometry/test/geometries/ |
D | multi_polygon.cpp | 127 std::initializer_list<PL> PIL = {IL}; in test_custom_multi_polygon() local 128 bg::model::multi_polygon<PL> mpl1(PIL); in test_custom_multi_polygon()
|
/third_party/boost/libs/metaparse/tools/benchmark/ |
D | benchmark.py | 20 import PIL 217 images = [PIL.Image.open(f) for f in img_files] 218 joined = PIL.Image.new(
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_adjustgamma.py | 20 import PIL 57 img_in = PIL.Image.fromarray(rgb_flat.reshape((8, 8, 3))) 77 img_in = PIL.Image.fromarray(rgb_flat.reshape((8, 8)))
|
D | test_eager_vision.py | 17 from PIL import Image
|
D | util.py | 24 import PIL 70 if (not check_pillow_version or PIL.__version__ == '7.1.2'):
|
D | test_datasets_sbu.py | 23 from PIL import Image
|
D | test_datasets_flowers102.py | 23 from PIL import Image
|
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/utils/ |
D | adapter.py | 21 from PIL import Image
|
D | custom_transforms.py | 19 from PIL import Image, ImageOps, ImageFilter
|
/third_party/flutter/skia/tools/gdb/ |
D | bitmap.py | 20 from PIL import Image
|
/third_party/skia/tools/gdb/ |
D | bitmap.py | 20 from PIL import Image
|
/third_party/mindspore/tests/st/probability/zhusuan/vae/ |
D | utils.py | 17 from PIL import Image
|
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/ |
D | md_dataset.py | 17 from PIL import Image
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 72 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList() argument 73 PrevInList = PIL; in setPrevInList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 118 def PIL : SparcCtrlReg<8, "PIL">; 377 (add TPC, TNPC, TSTATE, TT, TICK, TBA, PSTATE, TL, PIL, CWP,
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | yolo_dataset.py | 20 from PIL import Image
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 307 PIL("Filipino", "fil"), enumConstant
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 307 PIL("Filipino", "fil"), enumConstant
|
/third_party/mindspore/mindspore/explainer/ |
D | _utils.py | 36 from PIL import Image
|
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/ |
D | D3d12maDumpVis.py | 25 from PIL import Image, ImageDraw, ImageFont
|
/third_party/mindspore/mindspore/train/summary/ |
D | _summary_adapter.py | 21 from PIL import Image
|
/third_party/python/Doc/c-api/ |
D | buffer.rst | 205 (PIL). See `complex arrays`_ for further information how to access elements 397 PIL-style: shape, strides and suboffsets 400 In addition to the regular items, PIL-style arrays can contain pointers
|