Home
last modified time | relevance | path

Searched refs:PIL (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/math/
Dtgammal.c174 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/
Dtgammal.c174 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/
Dcatanl.c70 static const long double PIL = 3.141592653589793238462643383279502884197169L; variable
80 t = x / PIL; in redupil()
/third_party/boost/libs/geometry/test/geometries/
Dmulti_polygon.cpp127 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/
Dbenchmark.py20 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/
Dtest_adjustgamma.py20 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)))
Dtest_eager_vision.py17 from PIL import Image
Dutil.py24 import PIL
70 if (not check_pillow_version or PIL.__version__ == '7.1.2'):
Dtest_datasets_sbu.py23 from PIL import Image
Dtest_datasets_flowers102.py23 from PIL import Image
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/utils/
Dadapter.py21 from PIL import Image
Dcustom_transforms.py19 from PIL import Image, ImageOps, ImageFilter
/third_party/flutter/skia/tools/gdb/
Dbitmap.py20 from PIL import Image
/third_party/skia/tools/gdb/
Dbitmap.py20 from PIL import Image
/third_party/mindspore/tests/st/probability/zhusuan/vae/
Dutils.py17 from PIL import Image
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/
Dmd_dataset.py17 from PIL import Image
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h72 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/
DSparcRegisterInfo.td118 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/
Dyolo_dataset.py20 from PIL import Image
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java307 PIL("Filipino", "fil"), enumConstant
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java307 PIL("Filipino", "fil"), enumConstant
/third_party/mindspore/mindspore/explainer/
D_utils.py36 from PIL import Image
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
DD3d12maDumpVis.py25 from PIL import Image, ImageDraw, ImageFont
/third_party/mindspore/mindspore/train/summary/
D_summary_adapter.py21 from PIL import Image
/third_party/python/Doc/c-api/
Dbuffer.rst205 (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

12